#8375BC

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

Shades of Moody Blue #8375BC

Tints of Moody Blue #8375BC

Color information

#8375BC (or 0x8375BC) is unknown color: approx Moody Blue. HEX triplet: 83, 75 and BC. RGB value is (131,117,188). Sum of RGB (Red+Green+Blue) = 131+117+188=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8375BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375BC is #7C8A43. Grayscale: #818181. Windows color (decimal): -8161860 or 12350851. OLE color: 12350851.

HSL color Cylindrical-coordinate representation of color #8375BC: hue angle of 251.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8375BC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131117188-
CMYK0.300.3800.26
HSL251.83º34.63%59.8%-
HSV(B)251.83º37.77%73.73%-
XYZ24.821.1850.36-
YUV129.28161.14129.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=30.05%
G=26.83%
B=43.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311171880.300.3800.26251.8334.6359.8
Hex8375BC1E2601Afc233c
Octal20316527436460323744374
Binary100000111110101101111001111010011001101011111100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8375BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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