#957DFE

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

Shades of Light Slate Blue #957DFE

Tints of Light Slate Blue #957DFE

Color information

#957DFE (or 0x957DFE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7D and FE. RGB value is (149,125,254). Sum of RGB (Red+Green+Blue) = 149+125+254=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #957DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957DFE is #6A8201. Grayscale: #929292. Windows color (decimal): -6980098 or 16678293. OLE color: 16678293.

HSL color Cylindrical-coordinate representation of color #957DFE: hue angle of 251.16º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957DFE is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149125254-
CMYK0.410.5100.00
HSL251.16º98.47%74.31%-
HSV(B)251.16º50.79%99.61%-
XYZ37.6228.2197.23-
YUV146.88188.45129.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=28.22%
G=23.67%
B=48.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491252540.410.5100.00251.1698.4774.31
Hex957DFE293300fb624a
Octal225175376516300373142112
Binary10010101111110111111110101001110011001111101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957DFE; }

 p { color: rgb(149,125,254); }

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

<style>
 a { background-color: #957DFE; }

 a { background-color: rgb(149,125,254); }

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

<style>
 span { border-color: #957DFE; }

 span { border-color: rgb(149,125,254); }

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