#817AC5

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

Shades of Moody Blue #817AC5

Tints of Moody Blue #817AC5

Color information

#817AC5 (or 0x817AC5) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and C5. RGB value is (129,122,197). Sum of RGB (Red+Green+Blue) = 129+122+197=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #817AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AC5 is #7E853A. Grayscale: #848484. Windows color (decimal): -8291643 or 12941953. OLE color: 12941953.

HSL color Cylindrical-coordinate representation of color #817AC5: hue angle of 245.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817AC5 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB129122197-
CMYK0.350.3800.23
HSL245.6º39.27%62.55%-
HSV(B)245.6º38.07%77.25%-
XYZ26.0922.6255.81-
YUV132.64164.32125.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 197 (77.34% from 255) = 43.97%
R=28.79%
G=27.23%
B=43.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1291221970.350.3800.23245.639.2762.55
Hex817AC52326017f6273f
Octal20117230543460273664777
Binary1000000111110101100010110001110011001011111110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817AC5; }

 p { color: rgb(129,122,197); }

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

<style>
 a { background-color: #817AC5; }

 a { background-color: rgb(129,122,197); }

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

<style>
 span { border-color: #817AC5; }

 span { border-color: rgb(129,122,197); }

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