#7B5DD9

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

Shades of Slate Blue #7B5DD9

Tints of Slate Blue #7B5DD9

Color information

#7B5DD9 (or 0x7B5DD9) is unknown color: approx Slate Blue. HEX triplet: 7B, 5D and D9. RGB value is (123,93,217). Sum of RGB (Red+Green+Blue) = 123+93+217=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #7B5DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DD9 is #84A226. Grayscale: #737373. Windows color (decimal): -8692263 or 14245243. OLE color: 14245243.

HSL color Cylindrical-coordinate representation of color #7B5DD9: hue angle of 254.52º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5DD9 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12393217-
CMYK0.430.5700.15
HSL254.52º62%60.78%-
HSV(B)254.52º57.14%85.1%-
XYZ24.6117.0567.64-
YUV116.11184.94132.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.41%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 217 (85.16% from 255) = 50.12%
R=28.41%
G=21.48%
B=50.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal123932170.430.5700.15254.526260.78
Hex7B5DD92B390Fff3e3d
Octal17313533153710173777675
Binary11110111011101110110011010111110010111111111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,93,217); }

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

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

 a { background-color: rgb(123,93,217); }

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

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

 span { border-color: rgb(123,93,217); }

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