#808DBA

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

Shades of Wild Blue Yonder #808DBA

Tints of Wild Blue Yonder #808DBA

Color information

#808DBA (or 0x808DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8D and BA. RGB value is (128,141,186). Sum of RGB (Red+Green+Blue) = 128+141+186=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #808DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBA is #7F7245. Grayscale: #8E8E8E. Windows color (decimal): -8352326 or 12225920. OLE color: 12225920.

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

Color convert

RGB128141186-
CMYK0.310.2400.27
HSL226.55º29.59%61.57%-
HSV(B)226.55º31.18%72.94%-
XYZ27.2927.1850.26-
YUV142.24152.69117.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=28.13%
G=30.99%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281411860.310.2400.27226.5529.5961.57
Hex808DBA1F1801Be31e3e
Octal20021527237300333433676
Binary10000000100011011011101011111110000110111110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,141,186); }

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

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

 a { background-color: rgb(128,141,186); }

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

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

 span { border-color: rgb(128,141,186); }

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