#8775D0

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

Shades of Moody Blue #8775D0

Tints of Moody Blue #8775D0

Color information

#8775D0 (or 0x8775D0) is unknown color: approx Moody Blue. HEX triplet: 87, 75 and D0. RGB value is (135,117,208). Sum of RGB (Red+Green+Blue) = 135+117+208=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #8775D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775D0 is #788A2F. Grayscale: #848484. Windows color (decimal): -7899696 or 13661575. OLE color: 13661575.

HSL color Cylindrical-coordinate representation of color #8775D0: hue angle of 251.87º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8775D0 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135117208-
CMYK0.350.4400.18
HSL251.87º49.19%63.73%-
HSV(B)251.87º43.75%81.57%-
XYZ27.7422.4362.54-
YUV132.76170.46129.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.35%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=29.35%
G=25.43%
B=45.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351172080.350.4400.18251.8749.1963.73
Hex8775D0232C012fc3140
Octal207165320435402237461100
Binary10000111111010111010000100011101100010010111111001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8775D0; }

 p { color: rgb(135,117,208); }

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

<style>
 a { background-color: #8775D0; }

 a { background-color: rgb(135,117,208); }

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

<style>
 span { border-color: #8775D0; }

 span { border-color: rgb(135,117,208); }

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