#757DFC

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

Shades of Light Slate Blue #757DFC

Tints of Light Slate Blue #757DFC

Color information

#757DFC (or 0x757DFC) is unknown color: approx Light Slate Blue. HEX triplet: 75, 7D and FC. RGB value is (117,125,252). Sum of RGB (Red+Green+Blue) = 117+125+252=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #757DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757DFC is #8A8203. Grayscale: #888888. Windows color (decimal): -9077252 or 16547189. OLE color: 16547189.

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

Color convert

RGB117125252-
CMYK0.540.5000.01
HSL236.44º95.74%72.35%-
HSV(B)236.44º53.57%98.82%-
XYZ32.2425.4895.31-
YUV137.09192.85113.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=23.68%
G=25.30%
B=51.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171252520.540.5000.01236.4495.7472.35
Hex757DFC363201ec6048
Octal165175374666201354140110
Binary1110101111110111111100110110110010011110110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757DFC; }

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

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

<style>
 a { background-color: #757DFC; }

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

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

<style>
 span { border-color: #757DFC; }

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

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