#817AD0

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

Shades of Moody Blue #817AD0

Tints of Moody Blue #817AD0

Color information

#817AD0 (or 0x817AD0) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and D0. RGB value is (129,122,208). Sum of RGB (Red+Green+Blue) = 129+122+208=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #817AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD0 is #7E852F. Grayscale: #858585. Windows color (decimal): -8291632 or 13662849. OLE color: 13662849.

HSL color Cylindrical-coordinate representation of color #817AD0: hue angle of 244.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817AD0 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129122208-
CMYK0.380.4100.18
HSL244.88º47.78%64.71%-
HSV(B)244.88º41.35%81.57%-
XYZ27.423.1462.7-
YUV133.9169.82124.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=28.10%
G=26.58%
B=45.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291222080.380.4100.18244.8847.7864.71
Hex817AD02629012f53041
Octal201172320465102236560101
Binary10000001111101011010000100110101001010010111101011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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