#8175CC

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

Shades of Moody Blue #8175CC

Tints of Moody Blue #8175CC

Color information

#8175CC (or 0x8175CC) is unknown color: approx Moody Blue. HEX triplet: 81, 75 and CC. RGB value is (129,117,204). Sum of RGB (Red+Green+Blue) = 129+117+204=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #8175CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175CC is #7E8A33. Grayscale: #828282. Windows color (decimal): -8292916 or 13399425. OLE color: 13399425.

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

Color convert

RGB129117204-
CMYK0.370.4300.2
HSL248.28º46.03%62.94%-
HSV(B)248.28º42.65%80%-
XYZ26.3121.7559.94-
YUV130.51169.48126.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=28.67%
G=26%
B=45.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291172040.370.4300.2248.2846.0362.94
Hex8175CC252B014f82e3f
Octal20116531445530243705677
Binary1000000111101011100110010010110101101010011111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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