#7B5DD7

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

Shades of Slate Blue #7B5DD7

Tints of Slate Blue #7B5DD7

Color information

#7B5DD7 (or 0x7B5DD7) is unknown color: approx Slate Blue. HEX triplet: 7B, 5D and D7. RGB value is (123,93,215). Sum of RGB (Red+Green+Blue) = 123+93+215=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #7B5DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DD7 is #84A228. Grayscale: #737373. Windows color (decimal): -8692265 or 14114171. OLE color: 14114171.

HSL color Cylindrical-coordinate representation of color #7B5DD7: hue angle of 254.75º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5DD7 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12393215-
CMYK0.430.5700.16
HSL254.75º60.4%60.39%-
HSV(B)254.75º56.74%84.31%-
XYZ24.3516.9566.28-
YUV115.88183.94133.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 215 (84.38% from 255) = 49.88%
R=28.54%
G=21.58%
B=49.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal123932150.430.5700.16254.7560.460.39
Hex7B5DD72B39010ff3c3c
Octal17313532753710203777474
Binary111101110111011101011110101111100101000011111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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