#8175BF

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

Shades of Moody Blue #8175BF

Tints of Moody Blue #8175BF

Color information

#8175BF (or 0x8175BF) is unknown color: approx Moody Blue. HEX triplet: 81, 75 and BF. RGB value is (129,117,191). Sum of RGB (Red+Green+Blue) = 129+117+191=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #8175BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175BF is #7E8A40. Grayscale: #808080. Windows color (decimal): -8292929 or 12547457. OLE color: 12547457.

HSL color Cylindrical-coordinate representation of color #8175BF: hue angle of 249.73º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8175BF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129117191-
CMYK0.320.3900.25
HSL249.73º36.63%60.39%-
HSV(B)249.73º38.74%74.9%-
XYZ24.8221.1552.06-
YUV129.02162.98127.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 191 (75% from 255) = 43.71%
R=29.52%
G=26.77%
B=43.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291171910.320.3900.25249.7336.6360.39
Hex8175BF2027019fa253c
Octal20116527740470313724574
Binary1000000111101011011111110000010011101100111111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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