Html Css Color HEX #847FCD Moody Blue

📋 copy color: '#847FCD'

red 132 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #847FCD

Tints of Moody Blue #847FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

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

R = 28.45%
G = 27.37%
B = 44.18%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#847FCD (or 0x847FCD) is known color: Moody Blue. HEX triplet: 84, 7F and CD. RGB value is (132,127,205). Sum of RGB (Red+Green+Blue) = 132+127+205=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #847FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FCD is #7B8032. Grayscale: #898989. Windows color (decimal): -8093747 or 13467524. OLE color: 13467524.

HSL color Cylindrical-coordinate representation of color #847FCD: hue angle of 243.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #847FCD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 127 205 -
CMYK 0.36 0.38 0 0.20
HSL 243.85º 0.44% 0.65% -
HSV(B) 243.85º 0.38% 0.8% -
XYZ 28.12 24.49 61 -
YUV 137.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 132 127 205 0.36 0.38 0 0.20 243.85 0.44 0.65
Hex 84 7F CD 24 26 0 14 F4 2C 41
Octal 204 177 315 44 46 0 24 364 54 101
Binary 10000100 1111111 11001101 100100 100110 0 10100 11110100 101100 1000001

Color Harmonies of #847FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FCD

Black with #847FCD

Text Example


Text Example

White with #847FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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