Html Css Color HEX #847BDB Moody Blue

📋 copy color: '#847BDB'

red 132 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #847BDB

Tints of Moody Blue #847BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

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

R = 27.85%
G = 25.95%
B = 46.2%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#847BDB (or 0x847BDB) is known color: Moody Blue. HEX triplet: 84, 7B and DB. RGB value is (132,123,219). Sum of RGB (Red+Green+Blue) = 132+123+219=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #847BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BDB is #7B8424. Grayscale: #888888. Windows color (decimal): -8094757 or 14384004. OLE color: 14384004.

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

Color convert

RGB 132 123 219 -
CMYK 0.40 0.44 0 0.14
HSL 245.63º 0.57% 0.67% -
HSV(B) 245.63º 0.44% 0.86% -
XYZ 29.38 24.19 70.14 -
YUV 136.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 132 123 219 0.40 0.44 0 0.14 245.63 0.57 0.67
Hex 84 7B DB 28 2C 0 E F6 39 43
Octal 204 173 333 50 54 0 16 366 71 103
Binary 10000100 1111011 11011011 101000 101100 0 1110 11110110 111001 1000011

Color Harmonies of #847BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BDB

Black with #847BDB

Text Example


Text Example

White with #847BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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