#848DC6

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

Shades of Wild Blue Yonder #848DC6

Tints of Wild Blue Yonder #848DC6

Color information

#848DC6 (or 0x848DC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8D and C6. RGB value is (132,141,198). Sum of RGB (Red+Green+Blue) = 132+141+198=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #848DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DC6 is #7B7239. Grayscale: #909090. Windows color (decimal): -8090170 or 13012356. OLE color: 13012356.

HSL color Cylindrical-coordinate representation of color #848DC6: hue angle of 231.82º 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 #848DC6 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132141198-
CMYK0.330.2900.22
HSL231.82º36.67%64.71%-
HSV(B)231.82º33.33%77.65%-
XYZ29.2328.0357.3-
YUV144.81158.02118.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=28.03%
G=29.94%
B=42.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321411980.330.2900.22231.8236.6764.71
Hex848DC6211D016e82541
Octal204215306413502635045101
Binary10000100100011011100011010000111101010110111010001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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