#7B46D0

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

Shades of Slate Blue #7B46D0

Tints of Slate Blue #7B46D0

Color information

#7B46D0 (or 0x7B46D0) is unknown color: approx Slate Blue. HEX triplet: 7B, 46 and D0. RGB value is (123,70,208). Sum of RGB (Red+Green+Blue) = 123+70+208=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B46D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B46D0 is #84B92F. Grayscale: #656565. Windows color (decimal): -8698160 or 13649531. OLE color: 13649531.

HSL color Cylindrical-coordinate representation of color #7B46D0: hue angle of 263.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B46D0 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12370208-
CMYK0.410.6600.18
HSL263.04º59.48%54.51%-
HSV(B)263.04º66.35%81.57%-
XYZ21.7413.1561.07-
YUV101.58188.06143.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 208 (81.64% from 255) = 51.87%
R=30.67%
G=17.46%
B=51.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123702080.410.6600.18263.0459.4854.51
Hex7B46D029420121073b37
Octal173106320511020224077367
Binary11110111000110110100001010011000010010010100000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B46D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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