#7B51C1

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

Shades of Slate Blue #7B51C1

Tints of Slate Blue #7B51C1

Color information

#7B51C1 (or 0x7B51C1) is unknown color: approx Slate Blue. HEX triplet: 7B, 51 and C1. RGB value is (123,81,193). Sum of RGB (Red+Green+Blue) = 123+81+193=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B51C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B51C1 is #84AE3E. Grayscale: #696969. Windows color (decimal): -8695359 or 12669307. OLE color: 12669307.

HSL color Cylindrical-coordinate representation of color #7B51C1: hue angle of 262.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B51C1 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12381193-
CMYK0.360.5800.24
HSL262.5º47.46%53.73%-
HSV(B)262.5º58.03%75.69%-
XYZ20.7413.9552.05-
YUV106.33176.91139.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=30.98%
G=20.40%
B=48.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123811930.360.5800.24262.547.4653.73
Hex7B51C1243A0181062f36
Octal17312130144720304065766
Binary1111011101000111000001100100111010011000100000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B51C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,81,193); }

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

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

 a { background-color: rgb(123,81,193); }

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

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

 span { border-color: rgb(123,81,193); }

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