#817BC1

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

Shades of Moody Blue #817BC1

Tints of Moody Blue #817BC1

Color information

#817BC1 (or 0x817BC1) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and C1. RGB value is (129,123,193). Sum of RGB (Red+Green+Blue) = 129+123+193=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #817BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BC1 is #7E843E. Grayscale: #848484. Windows color (decimal): -8291391 or 12680065. OLE color: 12680065.

HSL color Cylindrical-coordinate representation of color #817BC1: hue angle of 245.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #817BC1 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129123193-
CMYK0.330.3600.24
HSL245.14º36.08%61.96%-
HSV(B)245.14º36.27%75.69%-
XYZ25.7622.6853.47-
YUV132.77161.99125.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=28.99%
G=27.64%
B=43.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291231930.330.3600.24245.1436.0861.96
Hex817BC12124018f5243e
Octal20117330141440303654476
Binary1000000111110111100000110000110010001100011110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,123,193); }

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

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

 a { background-color: rgb(129,123,193); }

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

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

 span { border-color: rgb(129,123,193); }

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