Html Css Color HEX #847AC2 Moody Blue

📋 copy color: '#847AC2'

red 132 ◦ green 122 ◦ blue 194

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

Shades of Moody Blue #847AC2

Tints of Moody Blue #847AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 29.46%
G = 27.23%
B = 43.3%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#847AC2 (or 0x847AC2) is known color: Moody Blue. HEX triplet: 84, 7A and C2. RGB value is (132,122,194). Sum of RGB (Red+Green+Blue) = 132+122+194=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #847AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AC2 is #7B853D. Grayscale: #848484. Windows color (decimal): -8095038 or 12745348. OLE color: 12745348.

HSL color Cylindrical-coordinate representation of color #847AC2: hue angle of 248.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #847AC2 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 122 194 -
CMYK 0.32 0.37 0 0.24
HSL 248.33º 0.37% 0.62% -
HSV(B) 248.33º 0.37% 0.76% -
XYZ 26.21 22.72 54.04 -
YUV 133.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 132 122 194 0.32 0.37 0 0.24 248.33 0.37 0.62
Hex 84 7A C2 20 25 0 18 F8 25 3E
Octal 204 172 302 40 45 0 30 370 45 76
Binary 10000100 1111010 11000010 100000 100101 0 11000 11111000 100101 111110

Color Harmonies of #847AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847AC2

Black with #847AC2

Text Example


Text Example

White with #847AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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