#7B6EFB

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

Shades of Light Slate Blue #7B6EFB

Tints of Light Slate Blue #7B6EFB

Color information

#7B6EFB (or 0x7B6EFB) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 6E and FB. RGB value is (123,110,251). Sum of RGB (Red+Green+Blue) = 123+110+251=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B6EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6EFB is #849104. Grayscale: #818181. Windows color (decimal): -8687877 or 16477819. OLE color: 16477819.

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

Color convert

RGB123110251-
CMYK0.510.5600.02
HSL245.53º94.63%70.78%-
HSV(B)245.53º56.18%98.43%-
XYZ31.1622.3393.93-
YUV129.96196.31123.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.41%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=25.41%
G=22.73%
B=51.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1231102510.510.5600.02245.5394.6370.78
Hex7B6EFB333802f65f47
Octal173156373637002366137107
Binary11110111101110111110111100111110000101111011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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