#817FCF

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

Shades of Moody Blue #817FCF

Tints of Moody Blue #817FCF

Color information

#817FCF (or 0x817FCF) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and CF. RGB value is (129,127,207). Sum of RGB (Red+Green+Blue) = 129+127+207=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #817FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FCF is #7E8030. Grayscale: #888888. Windows color (decimal): -8290353 or 13598593. OLE color: 13598593.

HSL color Cylindrical-coordinate representation of color #817FCF: hue angle of 241.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #817FCF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129127207-
CMYK0.380.3900.19
HSL241.5º45.45%65.49%-
HSV(B)241.5º38.65%81.18%-
XYZ27.9124.3562.26-
YUV136.72167.66122.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=27.86%
G=27.43%
B=44.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291272070.380.3900.19241.545.4565.49
Hex817FCF2627013f22d41
Octal201177317464702336255101
Binary10000001111111111001111100110100111010011111100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,207); }

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

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

 a { background-color: rgb(129,127,207); }

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

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

 span { border-color: rgb(129,127,207); }

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