#847BCD

Color #847BCD Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #847BCD

Tints of Moody Blue #847BCD

Color information

#847BCD (or 0x847BCD) is unknown color: approx Moody Blue. HEX triplet: 84, 7B and CD. RGB value is (132,123,205). Sum of RGB (Red+Green+Blue) = 132+123+205=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #847BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BCD is #7B8432. Grayscale: #868686. Windows color (decimal): -8094771 or 13466500. OLE color: 13466500.

HSL color Cylindrical-coordinate representation of color #847BCD: hue angle of 246.59º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #847BCD is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132123205-
CMYK0.360.400.20
HSL246.59º45.05%64.31%-
HSV(B)246.59º40%80.39%-
XYZ27.6223.4860.83-
YUV135.04167.48125.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=28.70%
G=26.74%
B=44.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321232050.360.400.20246.5945.0564.31
Hex847BCD2428014f72d40
Octal204173315445002436755100
Binary10000100111101111001101100100101000010100111101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847BCD; }

 p { color: rgb(132,123,205); }

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

<style>
 a { background-color: #847BCD; }

 a { background-color: rgb(132,123,205); }

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

<style>
 span { border-color: #847BCD; }

 span { border-color: rgb(132,123,205); }

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