#8175CE

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

Shades of Moody Blue #8175CE

Tints of Moody Blue #8175CE

Color information

#8175CE (or 0x8175CE) is unknown color: approx Moody Blue. HEX triplet: 81, 75 and CE. RGB value is (129,117,206). Sum of RGB (Red+Green+Blue) = 129+117+206=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #8175CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175CE is #7E8A31. Grayscale: #828282. Windows color (decimal): -8292914 or 13530497. OLE color: 13530497.

HSL color Cylindrical-coordinate representation of color #8175CE: hue angle of 248.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8175CE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129117206-
CMYK0.370.4300.19
HSL248.09º47.59%63.33%-
HSV(B)248.09º43.2%80.78%-
XYZ26.5621.8561.21-
YUV130.73170.48126.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=28.54%
G=25.88%
B=45.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291172060.370.4300.19248.0947.5963.33
Hex8175CE252B013f8303f
Octal20116531645530233706077
Binary1000000111101011100111010010110101101001111111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8175CE; }

 p { color: rgb(129,117,206); }

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

<style>
 a { background-color: #8175CE; }

 a { background-color: rgb(129,117,206); }

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

<style>
 span { border-color: #8175CE; }

 span { border-color: rgb(129,117,206); }

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