#808ABF

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

Shades of Wild Blue Yonder #808ABF

Tints of Wild Blue Yonder #808ABF

Color information

#808ABF (or 0x808ABF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8A and BF. RGB value is (128,138,191). Sum of RGB (Red+Green+Blue) = 128+138+191=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #808ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ABF is #7F7540. Grayscale: #8C8C8C. Windows color (decimal): -8353089 or 12552832. OLE color: 12552832.

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

Color convert

RGB128138191-
CMYK0.330.2800.25
HSL230.48º32.98%62.55%-
HSV(B)230.48º32.98%74.9%-
XYZ27.3926.5352.97-
YUV141.05156.19118.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 191 (75% from 255) = 41.79%
R=28.01%
G=30.20%
B=41.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281381910.330.2800.25230.4832.9862.55
Hex808ABF211C019e6213f
Octal20021227741340313464177
Binary1000000010001010101111111000011110001100111100110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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