#7B5DCD

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

Shades of Slate Blue #7B5DCD

Tints of Slate Blue #7B5DCD

Color information

#7B5DCD (or 0x7B5DCD) is unknown color: approx Slate Blue. HEX triplet: 7B, 5D and CD. RGB value is (123,93,205). Sum of RGB (Red+Green+Blue) = 123+93+205=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DCD is #84A232. Grayscale: #727272. Windows color (decimal): -8692275 or 13458811. OLE color: 13458811.

HSL color Cylindrical-coordinate representation of color #7B5DCD: hue angle of 256.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B5DCD is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12393205-
CMYK0.40.5500.20
HSL256.07º52.83%58.43%-
HSV(B)256.07º54.63%80.39%-
XYZ23.116.4559.71-
YUV114.74178.94133.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=29.22%
G=22.09%
B=48.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123932050.40.5500.20256.0752.8358.43
Hex7B5DCD2837014100353a
Octal17313531550670244006572
Binary1111011101110111001101101000110111010100100000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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