#8375BE

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

Shades of Moody Blue #8375BE

Tints of Moody Blue #8375BE

Color information

#8375BE (or 0x8375BE) is unknown color: approx Moody Blue. HEX triplet: 83, 75 and BE. RGB value is (131,117,190). Sum of RGB (Red+Green+Blue) = 131+117+190=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8375BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375BE is #7C8A41. Grayscale: #818181. Windows color (decimal): -8161858 or 12481923. OLE color: 12481923.

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

Color convert

RGB131117190-
CMYK0.310.3800.25
HSL251.51º35.96%60.2%-
HSV(B)251.51º38.42%74.51%-
XYZ25.0221.2751.5-
YUV129.51162.14129.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=29.91%
G=26.71%
B=43.38%

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
Decimal1311171900.310.3800.25251.5135.9660.2
Hex8375BE1F26019fc243c
Octal20316527637460313744474
Binary100000111110101101111101111110011001100111111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8375BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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