#8175BD

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

Shades of Moody Blue #8175BD

Tints of Moody Blue #8175BD

Color information

#8175BD (or 0x8175BD) is unknown color: approx Moody Blue. HEX triplet: 81, 75 and BD. RGB value is (129,117,189). Sum of RGB (Red+Green+Blue) = 129+117+189=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8175BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175BD is #7E8A42. Grayscale: #808080. Windows color (decimal): -8292931 or 12416385. OLE color: 12416385.

HSL color Cylindrical-coordinate representation of color #8175BD: hue angle of 250º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8175BD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129117189-
CMYK0.320.3800.26
HSL250º35.29%60%-
HSV(B)250º38.1%74.12%-
XYZ24.621.0650.91-
YUV128.8161.98128.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=29.66%
G=26.90%
B=43.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291171890.320.3800.2625035.2960
Hex8175BD202601Afa233c
Octal20116527540460323724374
Binary1000000111101011011110110000010011001101011111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8175BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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