#817BBE

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

Shades of Moody Blue #817BBE

Tints of Moody Blue #817BBE

Color information

#817BBE (or 0x817BBE) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and BE. RGB value is (129,123,190). Sum of RGB (Red+Green+Blue) = 129+123+190=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #817BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BBE is #7E8441. Grayscale: #848484. Windows color (decimal): -8291394 or 12483457. OLE color: 12483457.

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

Color convert

RGB129123190-
CMYK0.320.3500.25
HSL245.37º34.01%61.37%-
HSV(B)245.37º35.26%74.51%-
XYZ25.4322.5551.73-
YUV132.43160.49125.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=29.19%
G=27.83%
B=42.99%

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
Decimal1291231900.320.3500.25245.3734.0161.37
Hex817BBE2023019f5223d
Octal20117327640430313654275
Binary1000000111110111011111010000010001101100111110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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