Html Css Color HEX #8475DC Moody Blue

📋 copy color: '#8475DC'

red 132 ◦ green 117 ◦ blue 220

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

Shades of Moody Blue #8475DC

Tints of Moody Blue #8475DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 28.14%
G = 24.95%
B = 46.91%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8475DC (or 0x8475DC) is known color: Moody Blue. HEX triplet: 84, 75 and DC. RGB value is (132,117,220). Sum of RGB (Red+Green+Blue) = 132+117+220=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #8475DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475DC is #7B8A23. Grayscale: #848484. Windows color (decimal): -8096292 or 14448004. OLE color: 14448004.

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

Color convert

RGB 132 117 220 -
CMYK 0.40 0.47 0 0.14
HSL 248.74º 0.6% 0.66% -
HSV(B) 248.74º 0.47% 0.86% -
XYZ 28.8 22.8 70.59 -
YUV 133.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 132 117 220 0.40 0.47 0 0.14 248.74 0.6 0.66
Hex 84 75 DC 28 2F 0 E F9 3C 42
Octal 204 165 334 50 57 0 16 371 74 102
Binary 10000100 1110101 11011100 101000 101111 0 1110 11111001 111100 1000010

Color Harmonies of #8475DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8475DC

Black with #8475DC

Text Example


Text Example

White with #8475DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8475DC; }

 p { color: rgb(132,117,220); }

 H1.HeaderClassName
 {
   color: #8475DC;
 }
 .AnyTagClassName
 {
   color: #8475DC;
 }
</style>

background-color css

<style>
 a { background-color: #8475DC; }

 a { background-color: rgb(132,117,220); }

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

border-color css

<style>
 span { border-color: #8475DC; }

 span { border-color: rgb(132,117,220); }

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