#817CBF

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

Shades of Moody Blue #817CBF

Tints of Moody Blue #817CBF

Color information

#817CBF (or 0x817CBF) is unknown color: approx Moody Blue. HEX triplet: 81, 7C and BF. RGB value is (129,124,191). Sum of RGB (Red+Green+Blue) = 129+124+191=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #817CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CBF is #7E8340. Grayscale: #848484. Windows color (decimal): -8291137 or 12549249. OLE color: 12549249.

HSL color Cylindrical-coordinate representation of color #817CBF: hue angle of 244.48º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #817CBF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129124191-
CMYK0.320.3500.25
HSL244.48º34.36%61.76%-
HSV(B)244.48º35.08%74.9%-
XYZ25.6622.8452.35-
YUV133.13160.66125.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 191 (75% from 255) = 43.02%
R=29.05%
G=27.93%
B=43.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291241910.320.3500.25244.4834.3661.76
Hex817CBF2023019f4223e
Octal20117427740430313644276
Binary1000000111111001011111110000010001101100111110100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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