#7B5DCA

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

Shades of Slate Blue #7B5DCA

Tints of Slate Blue #7B5DCA

Color information

#7B5DCA (or 0x7B5DCA) is unknown color: approx Slate Blue. HEX triplet: 7B, 5D and CA. RGB value is (123,93,202). Sum of RGB (Red+Green+Blue) = 123+93+202=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B5DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DCA is #84A235. Grayscale: #717171. Windows color (decimal): -8692278 or 13262203. OLE color: 13262203.

HSL color Cylindrical-coordinate representation of color #7B5DCA: hue angle of 256.51º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5DCA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12393202-
CMYK0.390.5400.21
HSL256.51º50.7%57.84%-
HSV(B)256.51º53.96%79.22%-
XYZ22.7416.357.83-
YUV114.4177.44134.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.43%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=29.43%
G=22.25%
B=48.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123932020.390.5400.21256.5150.757.84
Hex7B5DCA2736015101333a
Octal17313531247660254016372
Binary1111011101110111001010100111110110010101100000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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