#7B5BD9

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

Shades of Slate Blue #7B5BD9

Tints of Slate Blue #7B5BD9

Color information

#7B5BD9 (or 0x7B5BD9) is unknown color: approx Slate Blue. HEX triplet: 7B, 5B and D9. RGB value is (123,91,217). Sum of RGB (Red+Green+Blue) = 123+91+217=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #7B5BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BD9 is #84A426. Grayscale: #727272. Windows color (decimal): -8692775 or 14244731. OLE color: 14244731.

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

Color convert

RGB12391217-
CMYK0.430.5800.15
HSL255.24º62.38%60.39%-
HSV(B)255.24º58.06%85.1%-
XYZ24.4316.767.58-
YUV114.93185.6133.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=28.54%
G=21.11%
B=50.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal123912170.430.5800.15255.2462.3860.39
Hex7B5BD92B3A0Fff3e3c
Octal17313333153720173777674
Binary11110111011011110110011010111110100111111111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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