#7B46CC

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

Shades of Slate Blue #7B46CC

Tints of Slate Blue #7B46CC

Color information

#7B46CC (or 0x7B46CC) is unknown color: approx Slate Blue. HEX triplet: 7B, 46 and CC. RGB value is (123,70,204). Sum of RGB (Red+Green+Blue) = 123+70+204=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B46CC is #84B933. Grayscale: #646464. Windows color (decimal): -8698164 or 13387387. OLE color: 13387387.

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

Color convert

RGB12370204-
CMYK0.400.6600.2
HSL263.73º56.78%53.73%-
HSV(B)263.73º65.69%80%-
XYZ21.2612.9558.51-
YUV101.12186.06143.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=30.98%
G=17.63%
B=51.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123702040.400.6600.2263.7356.7853.73
Hex7B46CC28420141083936
Octal173106314501020244107166
Binary11110111000110110011001010001000010010100100001000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B46CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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