#808FBC

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

Shades of Wild Blue Yonder #808FBC

Tints of Wild Blue Yonder #808FBC

Color information

#808FBC (or 0x808FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8F and BC. RGB value is (128,143,188). Sum of RGB (Red+Green+Blue) = 128+143+188=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #808FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FBC is #7F7043. Grayscale: #8F8F8F. Windows color (decimal): -8351812 or 12357504. OLE color: 12357504.

HSL color Cylindrical-coordinate representation of color #808FBC: hue angle of 225º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808FBC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128143188-
CMYK0.320.2400.26
HSL225º30.93%61.96%-
HSV(B)225º31.91%73.73%-
XYZ27.827.8651.49-
YUV143.64153.03116.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=27.89%
G=31.15%
B=40.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281431880.320.2400.2622530.9361.96
Hex808FBC201801Ae11f3e
Octal20021727440300323413776
Binary100000001000111110111100100000110000110101110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808FBC; }

 p { color: rgb(128,143,188); }

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

<style>
 a { background-color: #808FBC; }

 a { background-color: rgb(128,143,188); }

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

<style>
 span { border-color: #808FBC; }

 span { border-color: rgb(128,143,188); }

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