#817FBB

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

Shades of Moody Blue #817FBB

Tints of Moody Blue #817FBB

Color information

#817FBB (or 0x817FBB) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and BB. RGB value is (129,127,187). Sum of RGB (Red+Green+Blue) = 129+127+187=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #817FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FBB is #7E8044. Grayscale: #868686. Windows color (decimal): -8290373 or 12287873. OLE color: 12287873.

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

Color convert

RGB129127187-
CMYK0.310.3200.27
HSL242º30.61%61.57%-
HSV(B)242º32.09%73.33%-
XYZ25.6123.4350.19-
YUV134.44157.66124.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=29.12%
G=28.67%
B=42.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291271870.310.3200.2724230.6161.57
Hex817FBB1F2001Bf21f3e
Octal20117727337400333623776
Binary10000001111111110111011111111000000110111111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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