#7B6AFD

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

Shades of Light Slate Blue #7B6AFD

Tints of Light Slate Blue #7B6AFD

Color information

#7B6AFD (or 0x7B6AFD) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 6A and FD. RGB value is (123,106,253). Sum of RGB (Red+Green+Blue) = 123+106+253=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B6AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6AFD is #849502. Grayscale: #7F7F7F. Windows color (decimal): -8688899 or 16607867. OLE color: 16607867.

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

Color convert

RGB123106253-
CMYK0.510.5800.01
HSL246.94º97.35%70.39%-
HSV(B)246.94º58.1%99.22%-
XYZ31.0521.6195.46-
YUV127.84198.63124.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.52%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 253 (99.22% from 255) = 52.49%
R=25.52%
G=21.99%
B=52.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1231062530.510.5800.01246.9497.3570.39
Hex7B6AFD333A01f76146
Octal173152375637201367141106
Binary1111011110101011111101110011111010011111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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