#7F80AB

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

Shades of Wild Blue Yonder #7F80AB

Tints of Wild Blue Yonder #7F80AB

Color information

#7F80AB (or 0x7F80AB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 80 and AB. RGB value is (127,128,171). Sum of RGB (Red+Green+Blue) = 127+128+171=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F80AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F80AB is #807F54. Grayscale: #848484. Windows color (decimal): -8421205 or 11239551. OLE color: 11239551.

HSL color Cylindrical-coordinate representation of color #7F80AB: hue angle of 238.64º 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 #7F80AB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127128171-
CMYK0.260.2500.33
HSL238.64º20.75%58.43%-
HSV(B)238.64º25.73%67.06%-
XYZ23.8222.8941.69-
YUV132.6149.67124-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=29.81%
G=30.05%
B=40.14%

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
Decimal1271281710.260.2500.33238.6420.7558.43
Hex7F80AB1A19021ef153a
Octal17720025332310413572572
Binary11111111000000010101011110101100101000011110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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