#7F81AB

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

Shades of Wild Blue Yonder #7F81AB

Tints of Wild Blue Yonder #7F81AB

Color information

#7F81AB (or 0x7F81AB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 81 and AB. RGB value is (127,129,171). Sum of RGB (Red+Green+Blue) = 127+129+171=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F81AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F81AB is #807E54. Grayscale: #858585. Windows color (decimal): -8420949 or 11239807. OLE color: 11239807.

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

Color convert

RGB127129171-
CMYK0.260.2500.33
HSL237.27º20.75%58.43%-
HSV(B)237.27º25.73%67.06%-
XYZ23.9523.1541.73-
YUV133.19149.34123.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.74%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=29.74%
G=30.21%
B=40.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271291710.260.2500.33237.2720.7558.43
Hex7F81AB1A19021ed153a
Octal17720125332310413552572
Binary11111111000000110101011110101100101000011110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F81AB;
 }
 .AnyTagClassName
 {
   color: #7F81AB;
 }
</style>
background-color css

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

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

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

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

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

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