#7D7FAB

Color #7D7FAB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7D7FAB

Tints of Wild Blue Yonder #7D7FAB

Color information

#7D7FAB (or 0x7D7FAB) is unknown color: approx 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

RGB125127171-
CMYK0.270.2600.33
HSL237.39º21.5%58.04%-
HSV(B)237.39º26.9%67.06%-
XYZ23.422.4841.63-
YUV131.42150.34123.42-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251271710.270.2600.33237.3921.558.04
Hex7D7FAB1B1A021ed153a
Octal17517725333320413552572
Binary1111101111111110101011110111101001000011110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>