#7B5ECA

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

Shades of Slate Blue #7B5ECA

Tints of Slate Blue #7B5ECA

Color information

#7B5ECA (or 0x7B5ECA) is unknown color: approx Slate Blue. HEX triplet: 7B, 5E and CA. RGB value is (123,94,202). Sum of RGB (Red+Green+Blue) = 123+94+202=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ECA is #84A135. Grayscale: #727272. Windows color (decimal): -8692022 or 13262459. OLE color: 13262459.

HSL color Cylindrical-coordinate representation of color #7B5ECA: hue angle of 256.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5ECA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12394202-
CMYK0.390.5300.21
HSL256.11º50.47%58.04%-
HSV(B)256.11º53.47%79.22%-
XYZ22.8316.4857.85-
YUV114.98177.11133.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=29.36%
G=22.43%
B=48.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123942020.390.5300.21256.1150.4758.04
Hex7B5ECA2735015100323a
Octal17313631247650254006272
Binary1111011101111011001010100111110101010101100000000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,94,202); }

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

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

 a { background-color: rgb(123,94,202); }

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

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

 span { border-color: rgb(123,94,202); }

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