#817FB7

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

Shades of Moody Blue #817FB7

Tints of Moody Blue #817FB7

Color information

#817FB7 (or 0x817FB7) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and B7. RGB value is (129,127,183). Sum of RGB (Red+Green+Blue) = 129+127+183=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #817FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FB7 is #7E8048. Grayscale: #858585. Windows color (decimal): -8290377 or 12025729. OLE color: 12025729.

HSL color Cylindrical-coordinate representation of color #817FB7: hue angle of 242.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #817FB7 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB129127183-
CMYK0.300.3100.28
HSL242.14º28%60.78%-
HSV(B)242.14º30.6%71.76%-
XYZ25.1923.2647.96-
YUV133.98155.66124.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=29.38%
G=28.93%
B=41.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291271830.300.3100.28242.142860.78
Hex817FB71E1F01Cf21c3d
Octal20117726736370343623475
Binary1000000111111111011011111110111110111001111001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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