#8875D3

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

Shades of Moody Blue #8875D3

Tints of Moody Blue #8875D3

Color information

#8875D3 (or 0x8875D3) is unknown color: approx Moody Blue. HEX triplet: 88, 75 and D3. RGB value is (136,117,211). Sum of RGB (Red+Green+Blue) = 136+117+211=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #8875D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875D3 is #778A2C. Grayscale: #858585. Windows color (decimal): -7834157 or 13858184. OLE color: 13858184.

HSL color Cylindrical-coordinate representation of color #8875D3: hue angle of 252.13º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8875D3 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB136117211-
CMYK0.360.4500.17
HSL252.13º51.65%64.31%-
HSV(B)252.13º44.55%82.75%-
XYZ28.2722.6664.51-
YUV133.4171.79129.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=29.31%
G=25.22%
B=45.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1361172110.360.4500.17252.1351.6564.31
Hex8875D3242D011fc3440
Octal210165323445502137464100
Binary10001000111010111010011100100101101010001111111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8875D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8875D3; }

 p { color: rgb(136,117,211); }

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

<style>
 a { background-color: #8875D3; }

 a { background-color: rgb(136,117,211); }

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

<style>
 span { border-color: #8875D3; }

 span { border-color: rgb(136,117,211); }

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