#817CDC

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

Shades of Moody Blue #817CDC

Tints of Moody Blue #817CDC

Color information

#817CDC (or 0x817CDC) is unknown color: approx Moody Blue. HEX triplet: 81, 7C and DC. RGB value is (129,124,220). Sum of RGB (Red+Green+Blue) = 129+124+220=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #817CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CDC is #7E8323. Grayscale: #888888. Windows color (decimal): -8291108 or 14449793. OLE color: 14449793.

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

Color convert

RGB129124220-
CMYK0.410.4400.14
HSL243.12º57.83%67.45%-
HSV(B)243.12º43.64%86.27%-
XYZ29.1824.2570.85-
YUV136.44175.16122.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=27.27%
G=26.22%
B=46.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291242200.410.4400.14243.1257.8367.45
Hex817CDC292C0Ef33a43
Octal201174334515401636372103
Binary1000000111111001101110010100110110001110111100111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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