Html Css Color HEX #8476DB Moody Blue

📋 copy color: '#8476DB'

red 132 ◦ green 118 ◦ blue 219

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

Shades of Moody Blue #8476DB

Tints of Moody Blue #8476DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.16%

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

R = 28.14%
G = 25.16%
B = 46.7%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8476DB (or 0x8476DB) is known color: Moody Blue. HEX triplet: 84, 76 and DB. RGB value is (132,118,219). Sum of RGB (Red+Green+Blue) = 132+118+219=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8476DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476DB is #7B8924. Grayscale: #858585. Windows color (decimal): -8096037 or 14382724. OLE color: 14382724.

HSL color Cylindrical-coordinate representation of color #8476DB: hue angle of 248.32º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8476DB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 118 219 -
CMYK 0.40 0.46 0 0.14
HSL 248.32º 0.58% 0.66% -
HSV(B) 248.32º 0.46% 0.86% -
XYZ 28.78 22.98 69.94 -
YUV 133.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 132 118 219 0.40 0.46 0 0.14 248.32 0.58 0.66
Hex 84 76 DB 28 2E 0 E F8 3A 42
Octal 204 166 333 50 56 0 16 370 72 102
Binary 10000100 1110110 11011011 101000 101110 0 1110 11111000 111010 1000010

Color Harmonies of #8476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476DB

Black with #8476DB

Text Example


Text Example

White with #8476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8476DB; }

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

 H1.HeaderClassName
 {
   color: #8476DB;
 }
 .AnyTagClassName
 {
   color: #8476DB;
 }
</style>

background-color css

<style>
 a { background-color: #8476DB; }

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

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

border-color css

<style>
 span { border-color: #8476DB; }

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

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