Html Css Color HEX #847DDB Moody Blue

📋 copy color: '#847DDB'

red 132 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #847DDB

Tints of Moody Blue #847DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 27.73%
G = 26.26%
B = 46.01%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#847DDB (or 0x847DDB) is known color: Moody Blue. HEX triplet: 84, 7D and DB. RGB value is (132,125,219). Sum of RGB (Red+Green+Blue) = 132+125+219=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #847DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DDB is #7B8224. Grayscale: #898989. Windows color (decimal): -8094245 or 14384516. OLE color: 14384516.

HSL color Cylindrical-coordinate representation of color #847DDB: hue angle of 244.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847DDB is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 125 219 -
CMYK 0.40 0.43 0 0.14
HSL 244.47º 0.57% 0.67% -
HSV(B) 244.47º 0.43% 0.86% -
XYZ 29.64 24.69 70.22 -
YUV 137.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 132 125 219 0.40 0.43 0 0.14 244.47 0.57 0.67
Hex 84 7D DB 28 2B 0 E F4 39 43
Octal 204 175 333 50 53 0 16 364 71 103
Binary 10000100 1111101 11011011 101000 101011 0 1110 11110100 111001 1000011

Color Harmonies of #847DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DDB

Black with #847DDB

Text Example


Text Example

White with #847DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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