Html Css Color HEX #847ADB Moody Blue

📋 copy color: '#847ADB'

red 132 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #847ADB

Tints of Moody Blue #847ADB

RGB

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

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

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

R = 27.91%
G = 25.79%
B = 46.3%

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

#847ADB (or 0x847ADB) is known color: Moody Blue. HEX triplet: 84, 7A and DB. RGB value is (132,122,219). Sum of RGB (Red+Green+Blue) = 132+122+219=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #847ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847ADB is #7B8524. Grayscale: #878787. Windows color (decimal): -8095013 or 14383748. OLE color: 14383748.

HSL color Cylindrical-coordinate representation of color #847ADB: hue angle of 246.19º 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 #847ADB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 122 219 -
CMYK 0.40 0.44 0 0.14
HSL 246.19º 0.57% 0.67% -
HSV(B) 246.19º 0.44% 0.86% -
XYZ 29.26 23.94 70.1 -
YUV 136.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 132 122 219 0.40 0.44 0 0.14 246.19 0.57 0.67
Hex 84 7A DB 28 2C 0 E F6 39 43
Octal 204 172 333 50 54 0 16 366 71 103
Binary 10000100 1111010 11011011 101000 101100 0 1110 11110110 111001 1000011

Color Harmonies of #847ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847ADB

Black with #847ADB

Text Example


Text Example

White with #847ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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