#7B6FFD

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

Shades of Light Slate Blue #7B6FFD

Tints of Light Slate Blue #7B6FFD

Color information

#7B6FFD (or 0x7B6FFD) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 6F and FD. RGB value is (123,111,253). Sum of RGB (Red+Green+Blue) = 123+111+253=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B6FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6FFD is #849002. Grayscale: #828282. Windows color (decimal): -8687619 or 16609147. OLE color: 16609147.

HSL color Cylindrical-coordinate representation of color #7B6FFD: hue angle of 245.07º degrees, saturation: 0.97, 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 #7B6FFD is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123111253-
CMYK0.510.5600.01
HSL245.07º97.26%71.37%-
HSV(B)245.07º56.13%99.22%-
XYZ31.5822.6795.64-
YUV130.78196.98122.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.26%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=25.26%
G=22.79%
B=51.95%

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
Decimal1231112530.510.5600.01245.0797.2671.37
Hex7B6FFD333801f56147
Octal173157375637001365141107
Binary1111011110111111111101110011111000011111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,253); }

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

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

 a { background-color: rgb(123,111,253); }

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

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

 span { border-color: rgb(123,111,253); }

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