#847DBB

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

Shades of Moody Blue #847DBB

Tints of Moody Blue #847DBB

Color information

#847DBB (or 0x847DBB) is unknown color: approx Moody Blue. HEX triplet: 84, 7D and BB. RGB value is (132,125,187). Sum of RGB (Red+Green+Blue) = 132+125+187=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #847DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DBB is #7B8244. Grayscale: #858585. Windows color (decimal): -8094277 or 12287364. OLE color: 12287364.

HSL color Cylindrical-coordinate representation of color #847DBB: hue angle of 246.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #847DBB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132125187-
CMYK0.290.3300.27
HSL246.77º31.31%61.18%-
HSV(B)246.77º33.16%73.33%-
XYZ25.8223.1650.12-
YUV134.16157.82126.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=29.73%
G=28.15%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321251870.290.3300.27246.7731.3161.18
Hex847DBB1D2101Bf71f3d
Octal20417527335410333673775
Binary10000100111110110111011111011000010110111111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,125,187); }

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

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

 a { background-color: rgb(132,125,187); }

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

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

 span { border-color: rgb(132,125,187); }

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