#7B4CCA

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

Shades of Slate Blue #7B4CCA

Tints of Slate Blue #7B4CCA

Color information

#7B4CCA (or 0x7B4CCA) is unknown color: approx Slate Blue. HEX triplet: 7B, 4C and CA. RGB value is (123,76,202). Sum of RGB (Red+Green+Blue) = 123+76+202=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B4CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CCA is #84B335. Grayscale: #676767. Windows color (decimal): -8696630 or 13257851. OLE color: 13257851.

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

Color convert

RGB12376202-
CMYK0.390.6200.21
HSL262.38º54.31%54.51%-
HSV(B)262.38º62.38%79.22%-
XYZ21.4113.6457.38-
YUV104.42183.07141.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=30.67%
G=18.95%
B=50.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123762020.390.6200.21262.3854.3154.51
Hex7B4CCA273E0151063637
Octal17311431247760254066667
Binary1111011100110011001010100111111110010101100000110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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