#808FBF

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

Shades of Wild Blue Yonder #808FBF

Tints of Wild Blue Yonder #808FBF

Color information

#808FBF (or 0x808FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8F and BF. RGB value is (128,143,191). Sum of RGB (Red+Green+Blue) = 128+143+191=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #808FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FBF is #7F7040. Grayscale: #8F8F8F. Windows color (decimal): -8351809 or 12554112. OLE color: 12554112.

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

Color convert

RGB128143191-
CMYK0.330.2500.25
HSL225.71º32.98%62.55%-
HSV(B)225.71º32.98%74.9%-
XYZ28.132853.21-
YUV143.99154.53116.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 191 (75% from 255) = 41.34%
R=27.71%
G=30.95%
B=41.34%

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
Decimal1281431910.330.2500.25225.7132.9862.55
Hex808FBF2119019e2213f
Octal20021727741310313424177
Binary1000000010001111101111111000011100101100111100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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