#8170BB

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

Shades of Moody Blue #8170BB

Tints of Moody Blue #8170BB

Color information

#8170BB (or 0x8170BB) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and BB. RGB value is (129,112,187). Sum of RGB (Red+Green+Blue) = 129+112+187=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #8170BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170BB is #7E8F44. Grayscale: #7D7D7D. Windows color (decimal): -8294213 or 12284033. OLE color: 12284033.

HSL color Cylindrical-coordinate representation of color #8170BB: hue angle of 253.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8170BB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129112187-
CMYK0.310.4000.27
HSL253.6º35.55%58.63%-
HSV(B)253.6º40.11%73.33%-
XYZ23.8219.8449.59-
YUV125.63162.63130.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=30.14%
G=26.17%
B=43.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291121870.310.4000.27253.635.5558.63
Hex8170BB1F2801Bfe243b
Octal20116027337500333764473
Binary100000011110000101110111111110100001101111111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8170BB; }

 p { color: rgb(129,112,187); }

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

<style>
 a { background-color: #8170BB; }

 a { background-color: rgb(129,112,187); }

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

<style>
 span { border-color: #8170BB; }

 span { border-color: rgb(129,112,187); }

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