#808CBC

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

Shades of Wild Blue Yonder #808CBC

Tints of Wild Blue Yonder #808CBC

Color information

#808CBC (or 0x808CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8C and BC. RGB value is (128,140,188). Sum of RGB (Red+Green+Blue) = 128+140+188=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #808CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CBC is #7F7343. Grayscale: #8D8D8D. Windows color (decimal): -8352580 or 12356736. OLE color: 12356736.

HSL color Cylindrical-coordinate representation of color #808CBC: hue angle of 228º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808CBC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128140188-
CMYK0.320.2600.26
HSL228º30.93%61.96%-
HSV(B)228º31.91%73.73%-
XYZ27.3626.9851.34-
YUV141.88154.02118.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=28.07%
G=30.70%
B=41.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281401880.320.2600.2622830.9361.96
Hex808CBC201A01Ae41f3e
Octal20021427440320323443776
Binary100000001000110010111100100000110100110101110010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,188); }

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

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

 a { background-color: rgb(128,140,188); }

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

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

 span { border-color: rgb(128,140,188); }

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