#8377BF

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

Shades of Moody Blue #8377BF

Tints of Moody Blue #8377BF

Color information

#8377BF (or 0x8377BF) is unknown color: approx Moody Blue. HEX triplet: 83, 77 and BF. RGB value is (131,119,191). Sum of RGB (Red+Green+Blue) = 131+119+191=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8377BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377BF is #7C8840. Grayscale: #828282. Windows color (decimal): -8161345 or 12547971. OLE color: 12547971.

HSL color Cylindrical-coordinate representation of color #8377BF: hue angle of 250º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8377BF is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131119191-
CMYK0.310.3800.25
HSL250º36%60.78%-
HSV(B)250º37.7%74.9%-
XYZ25.3621.7852.16-
YUV130.8161.98128.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 191 (75% from 255) = 43.31%
R=29.71%
G=26.98%
B=43.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311191910.310.3800.252503660.78
Hex8377BF1F26019fa243d
Octal20316727737460313724475
Binary100000111110111101111111111110011001100111111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8377BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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