#8089C0

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

Shades of Wild Blue Yonder #8089C0

Tints of Wild Blue Yonder #8089C0

Color information

#8089C0 (or 0x8089C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 89 and C0. RGB value is (128,137,192). Sum of RGB (Red+Green+Blue) = 128+137+192=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #8089C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089C0 is #7F763F. Grayscale: #8C8C8C. Windows color (decimal): -8353344 or 12618112. OLE color: 12618112.

HSL color Cylindrical-coordinate representation of color #8089C0: hue angle of 231.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8089C0 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128137192-
CMYK0.330.2900.25
HSL231.56º33.68%62.75%-
HSV(B)231.56º33.33%75.29%-
XYZ27.3626.2953.5-
YUV140.58157.02119.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=28.01%
G=29.98%
B=42.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281371920.330.2900.25231.5633.6862.75
Hex8089C0211D019e8223f
Octal20021130041350313504277
Binary1000000010001001110000001000011110101100111101000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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