#8075CB

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

Shades of Moody Blue #8075CB

Tints of Moody Blue #8075CB

Color information

#8075CB (or 0x8075CB) is unknown color: approx Moody Blue. HEX triplet: 80, 75 and CB. RGB value is (128,117,203). Sum of RGB (Red+Green+Blue) = 128+117+203=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #8075CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075CB is #7F8A34. Grayscale: #818181. Windows color (decimal): -8358453 or 13333888. OLE color: 13333888.

HSL color Cylindrical-coordinate representation of color #8075CB: hue angle of 247.67º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8075CB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128117203-
CMYK0.370.4200.20
HSL247.67º45.26%62.75%-
HSV(B)247.67º42.36%79.61%-
XYZ26.0421.6259.3-
YUV130.09169.14126.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=28.57%
G=26.12%
B=45.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281172030.370.4200.20247.6745.2662.75
Hex8075CB252A014f82d3f
Octal20016531345520243705577
Binary1000000011101011100101110010110101001010011111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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