#756AFD

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

Shades of Light Slate Blue #756AFD

Tints of Light Slate Blue #756AFD

Color information

#756AFD (or 0x756AFD) is unknown color: approx Light Slate Blue. HEX triplet: 75, 6A and FD. RGB value is (117,106,253). Sum of RGB (Red+Green+Blue) = 117+106+253=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #756AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756AFD is #8A9502. Grayscale: #7D7D7D. Windows color (decimal): -9082115 or 16607861. OLE color: 16607861.

HSL color Cylindrical-coordinate representation of color #756AFD: hue angle of 244.49º 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 #756AFD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117106253-
CMYK0.540.5800.01
HSL244.49º97.35%70.39%-
HSV(B)244.49º58.1%99.22%-
XYZ30.2221.1895.42-
YUV126.05199.64121.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 253 (99.22% from 255) = 53.15%
R=24.58%
G=22.27%
B=53.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171062530.540.5800.01244.4997.3570.39
Hex756AFD363A01f46146
Octal165152375667201364141106
Binary1110101110101011111101110110111010011111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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