#756AFE

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

Shades of Light Slate Blue #756AFE

Tints of Light Slate Blue #756AFE

Color information

#756AFE (or 0x756AFE) is unknown color: approx Light Slate Blue. HEX triplet: 75, 6A and FE. RGB value is (117,106,254). Sum of RGB (Red+Green+Blue) = 117+106+254=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #756AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AFE is #8A9501. Grayscale: #7D7D7D. Windows color (decimal): -9082114 or 16673397. OLE color: 16673397.

HSL color Cylindrical-coordinate representation of color #756AFE: hue angle of 244.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #756AFE is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117106254-
CMYK0.540.5800.00
HSL244.46º98.67%70.59%-
HSV(B)244.46º58.27%99.61%-
XYZ30.3821.2596.27-
YUV126.16200.14121.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 254 (99.61% from 255) = 53.25%
R=24.53%
G=22.22%
B=53.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171062540.540.5800.00244.4698.6770.59
Hex756AFE363A00f46347
Octal165152376667200364143107
Binary1110101110101011111110110110111010001111010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756AFE; }

 p { color: rgb(117,106,254); }

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

<style>
 a { background-color: #756AFE; }

 a { background-color: rgb(117,106,254); }

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

<style>
 span { border-color: #756AFE; }

 span { border-color: rgb(117,106,254); }

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