Html Css Color HEX #847AD2 Moody Blue

📋 copy color: '#847AD2'

red 132 ◦ green 122 ◦ blue 210

#847AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #847AD2

Tints of Moody Blue #847AD2

RGB

 RED value IS 132 (51.95% from 255) = 28.45%

 GREEN value IS 122 (48.05% from 255) = 26.29%

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 28.45%
G = 26.29%
B = 45.26%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#847AD2 (or 0x847AD2) is known color: Moody Blue. HEX triplet: 84, 7A and D2. RGB value is (132,122,210). Sum of RGB (Red+Green+Blue) = 132+122+210=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #847AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AD2 is #7B852D. Grayscale: #868686. Windows color (decimal): -8095022 or 13793924. OLE color: 13793924.

HSL color Cylindrical-coordinate representation of color #847AD2: hue angle of 246.82º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847AD2 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 122 210 -
CMYK 0.37 0.42 0 0.18
HSL 246.82º 0.49% 0.65% -
HSV(B) 246.82º 0.42% 0.82% -
XYZ 28.11 23.48 64.02 -
YUV 135.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 132 122 210 0.37 0.42 0 0.18 246.82 0.49 0.65
Hex 84 7A D2 25 2A 0 12 F7 31 41
Octal 204 172 322 45 52 0 22 367 61 101
Binary 10000100 1111010 11010010 100101 101010 0 10010 11110111 110001 1000001

Color Harmonies of #847AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AD2

Black with #847AD2

Text Example


Text Example

White with #847AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,122,210); }

 H1.HeaderClassName
 {
   color: #847AD2;
 }
 .AnyTagClassName
 {
   color: #847AD2;
 }
</style>

background-color css

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

 a { background-color: rgb(132,122,210); }

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

border-color css

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

 span { border-color: rgb(132,122,210); }

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