#8075DA

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

Shades of Moody Blue #8075DA

Tints of Moody Blue #8075DA

Color information

#8075DA (or 0x8075DA) is unknown color: approx Moody Blue. HEX triplet: 80, 75 and DA. RGB value is (128,117,218). Sum of RGB (Red+Green+Blue) = 128+117+218=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #8075DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075DA is #7F8A25. Grayscale: #838383. Windows color (decimal): -8358438 or 14316928. OLE color: 14316928.

HSL color Cylindrical-coordinate representation of color #8075DA: hue angle of 246.53º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8075DA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128117218-
CMYK0.410.4600.15
HSL246.53º57.71%65.69%-
HSV(B)246.53º46.33%85.49%-
XYZ27.9222.3769.18-
YUV131.8176.64125.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 218 (85.55% from 255) = 47.08%
R=27.65%
G=25.27%
B=47.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281172180.410.4600.15246.5357.7165.69
Hex8075DA292E0Ff73a42
Octal200165332515601736772102
Binary1000000011101011101101010100110111001111111101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8075DA; }

 p { color: rgb(128,117,218); }

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

<style>
 a { background-color: #8075DA; }

 a { background-color: rgb(128,117,218); }

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

<style>
 span { border-color: #8075DA; }

 span { border-color: rgb(128,117,218); }

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