#8377CE

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

Shades of Moody Blue #8377CE

Tints of Moody Blue #8377CE

Color information

#8377CE (or 0x8377CE) is unknown color: approx Moody Blue. HEX triplet: 83, 77 and CE. RGB value is (131,119,206). Sum of RGB (Red+Green+Blue) = 131+119+206=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8377CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377CE is #7C8831. Grayscale: #848484. Windows color (decimal): -8161330 or 13531011. OLE color: 13531011.

HSL color Cylindrical-coordinate representation of color #8377CE: hue angle of 248.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8377CE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131119206-
CMYK0.360.4200.19
HSL248.28º47.03%63.73%-
HSV(B)248.28º42.23%80.78%-
XYZ27.122.4861.3-
YUV132.51169.48126.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=28.73%
G=26.10%
B=45.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311192060.360.4200.19248.2847.0363.73
Hex8377CE242A013f82f40
Octal203167316445202337057100
Binary10000011111011111001110100100101010010011111110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8377CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8377CE; }

 p { color: rgb(131,119,206); }

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

<style>
 a { background-color: #8377CE; }

 a { background-color: rgb(131,119,206); }

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

<style>
 span { border-color: #8377CE; }

 span { border-color: rgb(131,119,206); }

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