#7d5bc1

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

Shades of Slate Blue #7D5BC1

Tints of Slate Blue #7D5BC1

Color information

#7D5BC1 (or 0x7D5BC1) is unknown color: approx Slate Blue. HEX triplet: 7D, 5B and C1. RGB value is (125,91,193). Sum of RGB (Red+Green+Blue) = 125+91+193=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D5BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5BC1 is #82A43E. Grayscale: #707070. Windows color (decimal): -8561727 or 12671869. OLE color: 12671869.

HSL color Cylindrical-coordinate representation of color #7D5BC1: hue angle of 260º degrees, saturation: 0.45, 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 #7D5BC1 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12591193-
CMYK0.350.5300.24
HSL260º45.13%55.69%-
HSV(B)260º52.85%75.69%-
XYZ21.8215.6952.33-
YUV112.79173.26136.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=30.56%
G=22.25%
B=47.19%

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
Decimal125911930.350.5300.2426045.1355.69
Hex7D5BC123350181042d38
Octal17513330143650304045570
Binary1111101101101111000001100011110101011000100000100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d5bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,91,193); }

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

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

 a { background-color: rgb(125,91,193); }

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

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

 span { border-color: rgb(125,91,193); }

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