#7E5BC3

Color #7E5BC3 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7E5BC3

Tints of Slate Blue #7E5BC3

Color information

#7E5BC3 (or 0x7E5BC3) is unknown color: approx Slate Blue. HEX triplet: 7E, 5B and C3. RGB value is (126,91,195). Sum of RGB (Red+Green+Blue) = 126+91+195=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E5BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BC3 is #81A43C. Grayscale: #707070. Windows color (decimal): -8496189 or 12802942. OLE color: 12802942.

HSL color Cylindrical-coordinate representation of color #7E5BC3: hue angle of 260.19º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E5BC3 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12691195-
CMYK0.350.5300.24
HSL260.19º46.43%56.08%-
HSV(B)260.19º53.33%76.47%-
XYZ22.215.8653.52-
YUV113.32174.1137.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.58%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 195 (76.56% from 255) = 47.33%
R=30.58%
G=22.09%
B=47.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126911950.350.5300.24260.1946.4356.08
Hex7E5BC323350181042e38
Octal17613330343650304045670
Binary1111110101101111000011100011110101011000100000100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E5BC3; }

 p { color: rgb(126,91,195); }

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

<style>
 a { background-color: #7E5BC3; }

 a { background-color: rgb(126,91,195); }

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

<style>
 span { border-color: #7E5BC3; }

 span { border-color: rgb(126,91,195); }

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