#7B6EFC

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

Shades of Light Slate Blue #7B6EFC

Tints of Light Slate Blue #7B6EFC

Color information

#7B6EFC (or 0x7B6EFC) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 6E and FC. RGB value is (123,110,252). Sum of RGB (Red+Green+Blue) = 123+110+252=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6EFC is #849103. Grayscale: #818181. Windows color (decimal): -8687876 or 16543355. OLE color: 16543355.

HSL color Cylindrical-coordinate representation of color #7B6EFC: hue angle of 245.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B6EFC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123110252-
CMYK0.510.5600.01
HSL245.49º95.95%70.98%-
HSV(B)245.49º56.35%98.82%-
XYZ31.3122.3994.77-
YUV130.07196.81122.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 252 (98.83% from 255) = 51.96%
R=25.36%
G=22.68%
B=51.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231102520.510.5600.01245.4995.9570.98
Hex7B6EFC333801f56047
Octal173156374637001365140107
Binary1111011110111011111100110011111000011111010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,252); }

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

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

 a { background-color: rgb(123,110,252); }

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

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

 span { border-color: rgb(123,110,252); }

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