#808FB4

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

Shades of Wild Blue Yonder #808FB4

Tints of Wild Blue Yonder #808FB4

Color information

#808FB4 (or 0x808FB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8F and B4. RGB value is (128,143,180). Sum of RGB (Red+Green+Blue) = 128+143+180=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #808FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FB4 is #7F704B. Grayscale: #8E8E8E. Windows color (decimal): -8351820 or 11833216. OLE color: 11833216.

HSL color Cylindrical-coordinate representation of color #808FB4: hue angle of 222.69º 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 #808FB4 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128143180-
CMYK0.290.2100.29
HSL222.69º25.74%60.39%-
HSV(B)222.69º28.89%70.59%-
XYZ26.9627.5347.07-
YUV142.73149.03117.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=28.38%
G=31.71%
B=39.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281431800.290.2100.29222.6925.7460.39
Hex808FB41D1501Ddf1a3c
Octal20021726435250353373274
Binary10000000100011111011010011101101010111011101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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