Html Css Color HEX #847ADD Moody Blue

📋 copy color: '#847ADD'

red 132 ◦ green 122 ◦ blue 221

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

Shades of Moody Blue #847ADD

Tints of Moody Blue #847ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 27.79%
G = 25.68%
B = 46.53%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#847ADD (or 0x847ADD) is known color: Moody Blue. HEX triplet: 84, 7A and DD. RGB value is (132,122,221). Sum of RGB (Red+Green+Blue) = 132+122+221=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #847ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ADD is #7B8522. Grayscale: #878787. Windows color (decimal): -8095011 or 14514820. OLE color: 14514820.

HSL color Cylindrical-coordinate representation of color #847ADD: hue angle of 246.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847ADD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 122 221 -
CMYK 0.40 0.45 0 0.13
HSL 246.06º 0.59% 0.67% -
HSV(B) 246.06º 0.45% 0.87% -
XYZ 29.53 24.05 71.49 -
YUV 136.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 132 122 221 0.40 0.45 0 0.13 246.06 0.59 0.67
Hex 84 7A DD 28 2D 0 D F6 3B 43
Octal 204 172 335 50 55 0 15 366 73 103
Binary 10000100 1111010 11011101 101000 101101 0 1101 11110110 111011 1000011

Color Harmonies of #847ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847ADD

Black with #847ADD

Text Example


Text Example

White with #847ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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