#757CFA

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

Shades of Light Slate Blue #757CFA

Tints of Light Slate Blue #757CFA

Color information

#757CFA (or 0x757CFA) is unknown color: approx Light Slate Blue. HEX triplet: 75, 7C and FA. RGB value is (117,124,250). Sum of RGB (Red+Green+Blue) = 117+124+250=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #757CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFA is #8A8305. Grayscale: #878787. Windows color (decimal): -9077510 or 16415861. OLE color: 16415861.

HSL color Cylindrical-coordinate representation of color #757CFA: hue angle of 236.84º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757CFA is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117124250-
CMYK0.530.5000.02
HSL236.84º93.01%71.96%-
HSV(B)236.84º53.2%98.04%-
XYZ31.825.193.61-
YUV136.27192.18114.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=23.83%
G=25.25%
B=50.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171242500.530.5000.02236.8493.0171.96
Hex757CFA353202ed5d48
Octal165174372656202355135110
Binary11101011111100111110101101011100100101110110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,250); }

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

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

 a { background-color: rgb(117,124,250); }

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

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

 span { border-color: rgb(117,124,250); }

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