Html Css Color HEX #7D7FAB Wild Blue Yonder

📋 copy color: '#7D7FAB'

red 125 ◦ green 127 ◦ blue 171

#7D7FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7D7FAB

Tints of Wild Blue Yonder #7D7FAB

RGB

 RED value IS 125 (49.22% from 255) = 29.55%

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 29.55%
G = 30.02%
B = 40.43%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D7FAB (or 0x7D7FAB) is known color: Wild Blue Yonder. HEX triplet: 7D, 7F and AB. RGB value is (125,127,171). Sum of RGB (Red+Green+Blue) = 125+127+171=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7FAB is #828054. Grayscale: #838383. Windows color (decimal): -8552533 or 11239293. OLE color: 11239293.

HSL color Cylindrical-coordinate representation of color #7D7FAB: hue angle of 237.39º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D7FAB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 127 171 -
CMYK 0.27 0.26 0 0.33
HSL 237.39º 0.21% 0.58% -
HSV(B) 237.39º 0.27% 0.67% -
XYZ 23.4 22.48 41.63 -
YUV 131.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 125 127 171 0.27 0.26 0 0.33 237.39 0.21 0.58
Hex 7D 7F AB 1B 1A 0 21 ED 15 3A
Octal 175 177 253 33 32 0 41 355 25 72
Binary 1111101 1111111 10101011 11011 11010 0 100001 11101101 10101 111010

Color Harmonies of #7D7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7FAB

Black with #7D7FAB

Text Example


Text Example

White with #7D7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D7FAB; }

 p { color: rgb(125,127,171); }

 H1.HeaderClassName
 {
   color: #7D7FAB;
 }
 .AnyTagClassName
 {
   color: #7D7FAB;
 }
</style>

background-color css

<style>
 a { background-color: #7D7FAB; }

 a { background-color: rgb(125,127,171); }

 div.DivClassName
 {
   background-color: #7D7FAB;
 }
 .BgClassName
 {
   background-color: #7D7FAB;
 }
</style>

border-color css

<style>
 span { border-color: #7D7FAB; }

 span { border-color: rgb(125,127,171); }

 td.TdClassName
 {
   border-color: #7D7FAB;
 }
 .TagClassName
 {
   border-color: #7D7FAB;
 }
</style>