#8475D7

Color #8475D7 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8475D7

Tints of Moody Blue #8475D7

Color information

#8475D7 (or 0x8475D7) is unknown color: approx Moody Blue. HEX triplet: 84, 75 and D7. RGB value is (132,117,215). Sum of RGB (Red+Green+Blue) = 132+117+215=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #8475D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475D7 is #7B8A28. Grayscale: #848484. Windows color (decimal): -8096297 or 14120324. OLE color: 14120324.

HSL color Cylindrical-coordinate representation of color #8475D7: hue angle of 249.18º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8475D7 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132117215-
CMYK0.390.4600.16
HSL249.18º55.06%65.1%-
HSV(B)249.18º45.58%84.31%-
XYZ28.1422.5367.16-
YUV132.66174.47127.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 215 (84.38% from 255) = 46.34%
R=28.45%
G=25.22%
B=46.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321172150.390.4600.16249.1855.0665.1
Hex8475D7272E010f93741
Octal204165327475602037167101
Binary10000100111010111010111100111101110010000111110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8475D7;
 }
 .AnyTagClassName
 {
   color: #8475D7;
 }
</style>
background-color css

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

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

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

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

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

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