Html Css Color HEX #847ACD Moody Blue

📋 copy color: '#847ACD'

red 132 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #847ACD

Tints of Moody Blue #847ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 28.76%
G = 26.58%
B = 44.66%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#847ACD (or 0x847ACD) is known color: Moody Blue. HEX triplet: 84, 7A and CD. RGB value is (132,122,205). Sum of RGB (Red+Green+Blue) = 132+122+205=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #847ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ACD is #7B8532. Grayscale: #868686. Windows color (decimal): -8095027 or 13466244. OLE color: 13466244.

HSL color Cylindrical-coordinate representation of color #847ACD: hue angle of 247.23º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #847ACD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 122 205 -
CMYK 0.36 0.40 0 0.20
HSL 247.23º 0.45% 0.64% -
HSV(B) 247.23º 0.4% 0.8% -
XYZ 27.49 23.23 60.79 -
YUV 134.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 132 122 205 0.36 0.40 0 0.20 247.23 0.45 0.64
Hex 84 7A CD 24 28 0 14 F7 2D 40
Octal 204 172 315 44 50 0 24 367 55 100
Binary 10000100 1111010 11001101 100100 101000 0 10100 11110111 101101 1000000

Color Harmonies of #847ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847ACD

Black with #847ACD

Text Example


Text Example

White with #847ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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