#756CFC

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

Shades of Light Slate Blue #756CFC

Tints of Light Slate Blue #756CFC

Color information

#756CFC (or 0x756CFC) is unknown color: approx Light Slate Blue. HEX triplet: 75, 6C and FC. RGB value is (117,108,252). Sum of RGB (Red+Green+Blue) = 117+108+252=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #756CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CFC is #8A9303. Grayscale: #7E7E7E. Windows color (decimal): -9081604 or 16542837. OLE color: 16542837.

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

Color convert

RGB117108252-
CMYK0.540.5700.01
HSL243.75º96%70.59%-
HSV(B)243.75º57.14%98.82%-
XYZ30.2721.5494.66-
YUV127.11198.48120.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 252 (98.83% from 255) = 52.83%
R=24.53%
G=22.64%
B=52.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171082520.540.5700.01243.759670.59
Hex756CFC363901f46047
Octal165154374667101364140107
Binary1110101110110011111100110110111001011111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,252); }

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

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

 a { background-color: rgb(117,108,252); }

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

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

 span { border-color: rgb(117,108,252); }

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