#7B4DC3

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

Shades of Slate Blue #7B4DC3

Tints of Slate Blue #7B4DC3

Color information

#7B4DC3 (or 0x7B4DC3) is unknown color: approx Slate Blue. HEX triplet: 7B, 4D and C3. RGB value is (123,77,195). Sum of RGB (Red+Green+Blue) = 123+77+195=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #7B4DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4DC3 is #84B23C. Grayscale: #676767. Windows color (decimal): -8696381 or 12799355. OLE color: 12799355.

HSL color Cylindrical-coordinate representation of color #7B4DC3: hue angle of 263.39º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B4DC3 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12377195-
CMYK0.370.6100.24
HSL263.39º49.58%53.33%-
HSV(B)263.39º60.51%76.47%-
XYZ20.6713.4653.14-
YUV104.21179.24141.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 195 (76.56% from 255) = 49.37%
R=31.14%
G=19.49%
B=49.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123771950.370.6100.24263.3949.5853.33
Hex7B4DC3253D0181073235
Octal17311530345750304076265
Binary1111011100110111000011100101111101011000100000111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,77,195); }

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

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

 a { background-color: rgb(123,77,195); }

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

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

 span { border-color: rgb(123,77,195); }

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