Html Css Color HEX #847AD0 Moody Blue

📋 copy color: '#847AD0'

red 132 ◦ green 122 ◦ blue 208

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

Shades of Moody Blue #847AD0

Tints of Moody Blue #847AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 28.57%
G = 26.41%
B = 45.02%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#847AD0 (or 0x847AD0) is known color: Moody Blue. HEX triplet: 84, 7A and D0. RGB value is (132,122,208). Sum of RGB (Red+Green+Blue) = 132+122+208=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #847AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AD0 is #7B852F. Grayscale: #868686. Windows color (decimal): -8095024 or 13662852. OLE color: 13662852.

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

Color convert

RGB 132 122 208 -
CMYK 0.37 0.41 0 0.18
HSL 246.98º 0.48% 0.65% -
HSV(B) 246.98º 0.41% 0.82% -
XYZ 27.86 23.38 62.72 -
YUV 134.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 132 122 208 0.37 0.41 0 0.18 246.98 0.48 0.65
Hex 84 7A D0 25 29 0 12 F7 30 41
Octal 204 172 320 45 51 0 22 367 60 101
Binary 10000100 1111010 11010000 100101 101001 0 10010 11110111 110000 1000001

Color Harmonies of #847AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AD0

Black with #847AD0

Text Example


Text Example

White with #847AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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