#8377BE

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

Shades of Moody Blue #8377BE

Tints of Moody Blue #8377BE

Color information

#8377BE (or 0x8377BE) is unknown color: approx Moody Blue. HEX triplet: 83, 77 and BE. RGB value is (131,119,190). Sum of RGB (Red+Green+Blue) = 131+119+190=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8377BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377BE is #7C8841. Grayscale: #828282. Windows color (decimal): -8161346 or 12482435. OLE color: 12482435.

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

Color convert

RGB131119190-
CMYK0.310.3700.25
HSL250.14º35.32%60.59%-
HSV(B)250.14º37.37%74.51%-
XYZ25.2521.7451.58-
YUV130.68161.48128.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=29.77%
G=27.05%
B=43.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311191900.310.3700.25250.1435.3260.59
Hex8377BE1F25019fa233d
Octal20316727637450313724375
Binary100000111110111101111101111110010101100111111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8377BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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