#817BCD

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

Shades of Moody Blue #817BCD

Tints of Moody Blue #817BCD

Color information

#817BCD (or 0x817BCD) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and CD. RGB value is (129,123,205). Sum of RGB (Red+Green+Blue) = 129+123+205=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #817BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BCD is #7E8432. Grayscale: #858585. Windows color (decimal): -8291379 or 13466497. OLE color: 13466497.

HSL color Cylindrical-coordinate representation of color #817BCD: hue angle of 244.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817BCD is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129123205-
CMYK0.370.400.20
HSL244.39º45.05%64.31%-
HSV(B)244.39º40%80.39%-
XYZ27.1623.2460.81-
YUV134.14167.99124.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=28.23%
G=26.91%
B=44.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291232050.370.400.20244.3945.0564.31
Hex817BCD2528014f42d40
Octal201173315455002436455100
Binary10000001111101111001101100101101000010100111101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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