#757EFB

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

Shades of Light Slate Blue #757EFB

Tints of Light Slate Blue #757EFB

Color information

#757EFB (or 0x757EFB) is unknown color: approx Light Slate Blue. HEX triplet: 75, 7E and FB. RGB value is (117,126,251). Sum of RGB (Red+Green+Blue) = 117+126+251=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #757EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757EFB is #8A8104. Grayscale: #898989. Windows color (decimal): -9076997 or 16481909. OLE color: 16481909.

HSL color Cylindrical-coordinate representation of color #757EFB: hue angle of 235.97º degrees, saturation: 0.94, 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 #757EFB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117126251-
CMYK0.530.5000.02
HSL235.97º94.37%72.16%-
HSV(B)235.97º53.39%98.43%-
XYZ32.2125.6794.52-
YUV137.56192.02113.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=23.68%
G=25.51%
B=50.81%

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
Decimal1171262510.530.5000.02235.9794.3772.16
Hex757EFB353202ec5e48
Octal165176373656202354136110
Binary11101011111110111110111101011100100101110110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,126,251); }

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

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

 a { background-color: rgb(117,126,251); }

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

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

 span { border-color: rgb(117,126,251); }

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