#848EC6

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

Shades of Wild Blue Yonder #848EC6

Tints of Wild Blue Yonder #848EC6

Color information

#848EC6 (or 0x848EC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8E and C6. RGB value is (132,142,198). Sum of RGB (Red+Green+Blue) = 132+142+198=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #848EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EC6 is #7B7139. Grayscale: #919191. Windows color (decimal): -8089914 or 13012612. OLE color: 13012612.

HSL color Cylindrical-coordinate representation of color #848EC6: hue angle of 230.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #848EC6 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132142198-
CMYK0.330.2800.22
HSL230.91º36.67%64.71%-
HSV(B)230.91º33.33%77.65%-
XYZ29.3828.3357.35-
YUV145.39157.69118.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=27.97%
G=30.08%
B=41.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321421980.330.2800.22230.9136.6764.71
Hex848EC6211C016e72541
Octal204216306413402634745101
Binary10000100100011101100011010000111100010110111001111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848EC6; }

 p { color: rgb(132,142,198); }

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

<style>
 a { background-color: #848EC6; }

 a { background-color: rgb(132,142,198); }

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

<style>
 span { border-color: #848EC6; }

 span { border-color: rgb(132,142,198); }

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