#817BBB

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

Shades of Moody Blue #817BBB

Tints of Moody Blue #817BBB

Color information

#817BBB (or 0x817BBB) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and BB. RGB value is (129,123,187). Sum of RGB (Red+Green+Blue) = 129+123+187=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #817BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BBB is #7E8444. Grayscale: #838383. Windows color (decimal): -8291397 or 12286849. OLE color: 12286849.

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

Color convert

RGB129123187-
CMYK0.310.3400.27
HSL245.62º32%60.78%-
HSV(B)245.62º34.22%73.33%-
XYZ25.1122.4250.02-
YUV132.09158.99125.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.38%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=29.38%
G=28.02%
B=42.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291231870.310.3400.27245.623260.78
Hex817BBB1F2201Bf6203d
Octal20117327337420333664075
Binary100000011111011101110111111110001001101111110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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