#817ADC

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

Shades of Moody Blue #817ADC

Tints of Moody Blue #817ADC

Color information

#817ADC (or 0x817ADC) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and DC. RGB value is (129,122,220). Sum of RGB (Red+Green+Blue) = 129+122+220=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #817ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ADC is #7E8523. Grayscale: #868686. Windows color (decimal): -8291620 or 14449281. OLE color: 14449281.

HSL color Cylindrical-coordinate representation of color #817ADC: hue angle of 244.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #817ADC is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129122220-
CMYK0.410.4500.14
HSL244.29º58.33%67.06%-
HSV(B)244.29º44.55%86.27%-
XYZ28.9323.7570.77-
YUV135.26175.82123.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=27.39%
G=25.90%
B=46.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291222200.410.4500.14244.2958.3367.06
Hex817ADC292D0Ef43a43
Octal201172334515501636472103
Binary1000000111110101101110010100110110101110111101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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