#8170CA

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

Shades of Moody Blue #8170CA

Tints of Moody Blue #8170CA

Color information

#8170CA (or 0x8170CA) is unknown color: approx Moody Blue. HEX triplet: 81, 70 and CA. RGB value is (129,112,202). Sum of RGB (Red+Green+Blue) = 129+112+202=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #8170CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170CA is #7E8F35. Grayscale: #7F7F7F. Windows color (decimal): -8294198 or 13267073. OLE color: 13267073.

HSL color Cylindrical-coordinate representation of color #8170CA: hue angle of 251.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8170CA is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129112202-
CMYK0.360.4500.21
HSL251.33º45.92%61.57%-
HSV(B)251.33º44.55%79.22%-
XYZ25.5120.5258.49-
YUV127.34170.13129.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=29.12%
G=25.28%
B=45.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291122020.360.4500.21251.3345.9261.57
Hex8170CA242D015fb2e3e
Octal20116031244550253735676
Binary1000000111100001100101010010010110101010111111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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