#7B5DCC

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

Shades of Slate Blue #7B5DCC

Tints of Slate Blue #7B5DCC

Color information

#7B5DCC (or 0x7B5DCC) is unknown color: approx Slate Blue. HEX triplet: 7B, 5D and CC. RGB value is (123,93,204). Sum of RGB (Red+Green+Blue) = 123+93+204=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DCC is #84A233. Grayscale: #727272. Windows color (decimal): -8692276 or 13393275. OLE color: 13393275.

HSL color Cylindrical-coordinate representation of color #7B5DCC: hue angle of 256.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5DCC is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12393204-
CMYK0.400.5400.2
HSL256.22º52.11%58.24%-
HSV(B)256.22º54.41%80%-
XYZ22.9816.459.08-
YUV114.62178.44133.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.29%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=29.29%
G=22.14%
B=48.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123932040.400.5400.2256.2252.1158.24
Hex7B5DCC2836014100343a
Octal17313531450660244006472
Binary1111011101110111001100101000110110010100100000000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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