#8075D5

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

Shades of Moody Blue #8075D5

Tints of Moody Blue #8075D5

Color information

#8075D5 (or 0x8075D5) is unknown color: approx Moody Blue. HEX triplet: 80, 75 and D5. RGB value is (128,117,213). Sum of RGB (Red+Green+Blue) = 128+117+213=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #8075D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075D5 is #7F8A2A. Grayscale: #828282. Windows color (decimal): -8358443 or 13989248. OLE color: 13989248.

HSL color Cylindrical-coordinate representation of color #8075D5: hue angle of 246.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8075D5 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128117213-
CMYK0.400.4500.16
HSL246.88º53.33%64.71%-
HSV(B)246.88º45.07%83.53%-
XYZ27.2722.1265.78-
YUV131.23174.14125.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=27.95%
G=25.55%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281172130.400.4500.16246.8853.3364.71
Hex8075D5282D010f73541
Octal200165325505502036765101
Binary10000000111010111010101101000101101010000111101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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