#7F80B4

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

Shades of Wild Blue Yonder #7F80B4

Tints of Wild Blue Yonder #7F80B4

Color information

#7F80B4 (or 0x7F80B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 80 and B4. RGB value is (127,128,180). Sum of RGB (Red+Green+Blue) = 127+128+180=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F80B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80B4 is #807F4B. Grayscale: #858585. Windows color (decimal): -8421196 or 11829375. OLE color: 11829375.

HSL color Cylindrical-coordinate representation of color #7F80B4: hue angle of 238.87º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F80B4 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127128180-
CMYK0.290.2900.29
HSL238.87º26.11%60.2%-
HSV(B)238.87º29.44%70.59%-
XYZ24.7123.2546.36-
YUV133.63154.17123.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=29.20%
G=29.43%
B=41.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271281800.290.2900.29238.8726.1160.2
Hex7F80B41D1D01Def1a3c
Octal17720026435350353573274
Binary1111111100000001011010011101111010111011110111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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