Html Css Color HEX #847DCB Moody Blue

📋 copy color: '#847DCB'

red 132 ◦ green 125 ◦ blue 203

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

Shades of Moody Blue #847DCB

Tints of Moody Blue #847DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 28.7%
G = 27.17%
B = 44.13%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#847DCB (or 0x847DCB) is known color: Moody Blue. HEX triplet: 84, 7D and CB. RGB value is (132,125,203). Sum of RGB (Red+Green+Blue) = 132+125+203=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #847DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DCB is #7B8234. Grayscale: #878787. Windows color (decimal): -8094261 or 13335940. OLE color: 13335940.

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

Color convert

RGB 132 125 203 -
CMYK 0.35 0.38 0 0.20
HSL 245.38º 0.43% 0.64% -
HSV(B) 245.38º 0.38% 0.8% -
XYZ 27.63 23.88 59.65 -
YUV 135.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 132 125 203 0.35 0.38 0 0.20 245.38 0.43 0.64
Hex 84 7D CB 23 26 0 14 F5 2B 40
Octal 204 175 313 43 46 0 24 365 53 100
Binary 10000100 1111101 11001011 100011 100110 0 10100 11110101 101011 1000000

Color Harmonies of #847DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DCB

Black with #847DCB

Text Example


Text Example

White with #847DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,125,203); }

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

background-color css

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

 a { background-color: rgb(132,125,203); }

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

border-color css

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

 span { border-color: rgb(132,125,203); }

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