#8090BF

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

Shades of Wild Blue Yonder #8090BF

Tints of Wild Blue Yonder #8090BF

Color information

#8090BF (or 0x8090BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 90 and BF. RGB value is (128,144,191). Sum of RGB (Red+Green+Blue) = 128+144+191=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #8090BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090BF is #7F6F40. Grayscale: #909090. Windows color (decimal): -8351553 or 12554368. OLE color: 12554368.

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

Color convert

RGB128144191-
CMYK0.330.2500.25
HSL224.76º32.98%62.55%-
HSV(B)224.76º32.98%74.9%-
XYZ28.2828.353.26-
YUV144.57154.2116.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 191 (75% from 255) = 41.25%
R=27.65%
G=31.10%
B=41.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281441910.330.2500.25224.7632.9862.55
Hex8090BF2119019e1213f
Octal20022027741310313414177
Binary1000000010010000101111111000011100101100111100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8090BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8090BF; }

 p { color: rgb(128,144,191); }

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

<style>
 a { background-color: #8090BF; }

 a { background-color: rgb(128,144,191); }

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

<style>
 span { border-color: #8090BF; }

 span { border-color: rgb(128,144,191); }

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