#8089CB

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

Shades of Wild Blue Yonder #8089CB

Tints of Wild Blue Yonder #8089CB

Color information

#8089CB (or 0x8089CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 89 and CB. RGB value is (128,137,203). Sum of RGB (Red+Green+Blue) = 128+137+203=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8089CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089CB is #7F7634. Grayscale: #8D8D8D. Windows color (decimal): -8353333 or 13339008. OLE color: 13339008.

HSL color Cylindrical-coordinate representation of color #8089CB: hue angle of 232.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8089CB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128137203-
CMYK0.370.3300.20
HSL232.8º41.9%64.9%-
HSV(B)232.8º36.95%79.61%-
XYZ28.6326.7960.16-
YUV141.83162.52118.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=27.35%
G=29.27%
B=43.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281372030.370.3300.20232.841.964.9
Hex8089CB2521014e92a41
Octal200211313454102435152101
Binary100000001000100111001011100101100001010100111010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8089CB; }

 p { color: rgb(128,137,203); }

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

<style>
 a { background-color: #8089CB; }

 a { background-color: rgb(128,137,203); }

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

<style>
 span { border-color: #8089CB; }

 span { border-color: rgb(128,137,203); }

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