#7E4BCB

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

Shades of Slate Blue #7E4BCB

Tints of Slate Blue #7E4BCB

Color information

#7E4BCB (or 0x7E4BCB) is unknown color: approx Slate Blue. HEX triplet: 7E, 4B and CB. RGB value is (126,75,203). Sum of RGB (Red+Green+Blue) = 126+75+203=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E4BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BCB is #81B434. Grayscale: #686868. Windows color (decimal): -8500277 or 13323134. OLE color: 13323134.

HSL color Cylindrical-coordinate representation of color #7E4BCB: hue angle of 263.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E4BCB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12675203-
CMYK0.380.6300.20
HSL263.91º55.17%54.51%-
HSV(B)263.91º63.05%79.61%-
XYZ21.913.7858.01-
YUV104.84183.4143.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 203 (79.69% from 255) = 50.25%
R=31.19%
G=18.56%
B=50.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126752030.380.6300.20263.9155.1754.51
Hex7E4BCB263F0141083737
Octal17611331346770244106767
Binary1111110100101111001011100110111111010100100001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,75,203); }

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

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

 a { background-color: rgb(126,75,203); }

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

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

 span { border-color: rgb(126,75,203); }

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