#757FFE

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

Shades of Light Slate Blue #757FFE

Tints of Light Slate Blue #757FFE

Color information

#757FFE (or 0x757FFE) is unknown color: approx Light Slate Blue. HEX triplet: 75, 7F and FE. RGB value is (117,127,254). Sum of RGB (Red+Green+Blue) = 117+127+254=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #757FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FFE is #8A8001. Grayscale: #898989. Windows color (decimal): -9076738 or 16678773. OLE color: 16678773.

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

Color convert

RGB117127254-
CMYK0.540.5000.00
HSL235.62º98.56%72.75%-
HSV(B)235.62º53.94%99.61%-
XYZ32.8126.1297.08-
YUV138.49193.19112.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=23.49%
G=25.50%
B=51.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171272540.540.5000.00235.6298.5672.75
Hex757FFE363200ec6349
Octal165177376666200354143111
Binary1110101111111111111110110110110010001110110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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