#817FBE

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

Shades of Moody Blue #817FBE

Tints of Moody Blue #817FBE

Color information

#817FBE (or 0x817FBE) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and BE. RGB value is (129,127,190). Sum of RGB (Red+Green+Blue) = 129+127+190=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #817FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FBE is #7E8041. Grayscale: #868686. Windows color (decimal): -8290370 or 12484481. OLE color: 12484481.

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

Color convert

RGB129127190-
CMYK0.320.3300.25
HSL241.9º32.64%62.16%-
HSV(B)241.9º33.16%74.51%-
XYZ25.9423.5651.9-
YUV134.78159.16123.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=28.92%
G=28.48%
B=42.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291271900.320.3300.25241.932.6462.16
Hex817FBE2021019f2213e
Octal20117727640410313624176
Binary1000000111111111011111010000010000101100111110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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