#817ACA

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

Shades of Moody Blue #817ACA

Tints of Moody Blue #817ACA

Color information

#817ACA (or 0x817ACA) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and CA. RGB value is (129,122,202). Sum of RGB (Red+Green+Blue) = 129+122+202=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #817ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ACA is #7E8535. Grayscale: #848484. Windows color (decimal): -8291638 or 13269633. OLE color: 13269633.

HSL color Cylindrical-coordinate representation of color #817ACA: hue angle of 245.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817ACA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129122202-
CMYK0.360.4000.21
HSL245.25º43.01%63.53%-
HSV(B)245.25º39.6%79.22%-
XYZ26.6722.8558.88-
YUV133.21166.82125-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=28.48%
G=26.93%
B=44.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291222020.360.4000.21245.2543.0163.53
Hex817ACA2428015f52b40
Octal201172312445002536553100
Binary10000001111101011001010100100101000010101111101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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