#8170BD

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

Shades of Moody Blue #8170BD

Tints of Moody Blue #8170BD

Color information

#8170BD (or 0x8170BD) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and BD. RGB value is (129,112,189). Sum of RGB (Red+Green+Blue) = 129+112+189=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #8170BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170BD is #7E8F42. Grayscale: #7D7D7D. Windows color (decimal): -8294211 or 12415105. OLE color: 12415105.

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

Color convert

RGB129112189-
CMYK0.320.4100.26
HSL253.25º36.84%59.02%-
HSV(B)253.25º40.74%74.12%-
XYZ24.0319.9350.72-
YUV125.86163.63130.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=30%
G=26.05%
B=43.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291121890.320.4100.26253.2536.8459.02
Hex8170BD202901Afd253b
Octal20116027540510323754573
Binary1000000111100001011110110000010100101101011111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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