#808BBF

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

Shades of Wild Blue Yonder #808BBF

Tints of Wild Blue Yonder #808BBF

Color information

#808BBF (or 0x808BBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8B and BF. RGB value is (128,139,191). Sum of RGB (Red+Green+Blue) = 128+139+191=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #808BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BBF is #7F7440. Grayscale: #8D8D8D. Windows color (decimal): -8352833 or 12553088. OLE color: 12553088.

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

Color convert

RGB128139191-
CMYK0.330.2700.25
HSL229.52º32.98%62.55%-
HSV(B)229.52º32.98%74.9%-
XYZ27.5426.8253.01-
YUV141.64155.86118.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 191 (75% from 255) = 41.70%
R=27.95%
G=30.35%
B=41.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281391910.330.2700.25229.5232.9862.55
Hex808BBF211B019e6213f
Octal20021327741330313464177
Binary1000000010001011101111111000011101101100111100110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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