#7B53D1

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

Shades of Slate Blue #7B53D1

Tints of Slate Blue #7B53D1

Color information

#7B53D1 (or 0x7B53D1) is unknown color: approx Slate Blue. HEX triplet: 7B, 53 and D1. RGB value is (123,83,209). Sum of RGB (Red+Green+Blue) = 123+83+209=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B53D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53D1 is #84AC2E. Grayscale: #6C6C6C. Windows color (decimal): -8694831 or 13718395. OLE color: 13718395.

HSL color Cylindrical-coordinate representation of color #7B53D1: hue angle of 259.05º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B53D1 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12383209-
CMYK0.410.6000.18
HSL259.05º57.8%57.25%-
HSV(B)259.05º60.29%81.96%-
XYZ22.771562.02-
YUV109.32184.25137.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.64%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 209 (82.03% from 255) = 50.36%
R=29.64%
G=20%
B=50.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123832090.410.6000.18259.0557.857.25
Hex7B53D1293C0121033a39
Octal17312332151740224037271
Binary1111011101001111010001101001111100010010100000011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B53D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,83,209); }

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

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

 a { background-color: rgb(123,83,209); }

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

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

 span { border-color: rgb(123,83,209); }

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