#808DC4

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

Shades of Wild Blue Yonder #808DC4

Tints of Wild Blue Yonder #808DC4

Color information

#808DC4 (or 0x808DC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8D and C4. RGB value is (128,141,196). Sum of RGB (Red+Green+Blue) = 128+141+196=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #808DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DC4 is #7F723B. Grayscale: #8F8F8F. Windows color (decimal): -8352316 or 12881280. OLE color: 12881280.

HSL color Cylindrical-coordinate representation of color #808DC4: hue angle of 228.53º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808DC4 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB128141196-
CMYK0.350.2800.23
HSL228.53º36.56%63.53%-
HSV(B)228.53º34.69%76.86%-
XYZ28.3927.6256.06-
YUV143.38157.69117.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=27.53%
G=30.32%
B=42.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281411960.350.2800.23228.5336.5663.53
Hex808DC4231C017e52540
Octal200215304433402734545100
Binary10000000100011011100010010001111100010111111001011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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