#958DFD

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

Shades of Light Slate Blue #958DFD

Tints of Light Slate Blue #958DFD

Color information

#958DFD (or 0x958DFD) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8D and FD. RGB value is (149,141,253). Sum of RGB (Red+Green+Blue) = 149+141+253=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #958DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DFD is #6A7202. Grayscale: #9B9B9B. Windows color (decimal): -6976003 or 16616853. OLE color: 16616853.

HSL color Cylindrical-coordinate representation of color #958DFD: hue angle of 244.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958DFD is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149141253-
CMYK0.410.4400.01
HSL244.29º96.55%77.25%-
HSV(B)244.29º44.27%99.22%-
XYZ39.6532.5397.12-
YUV156.16182.65122.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=27.44%
G=25.97%
B=46.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491412530.410.4400.01244.2996.5577.25
Hex958DFD292C01f4614d
Octal225215375515401364141115
Binary100101011000110111111101101001101100011111010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958DFD; }

 p { color: rgb(149,141,253); }

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

<style>
 a { background-color: #958DFD; }

 a { background-color: rgb(149,141,253); }

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

<style>
 span { border-color: #958DFD; }

 span { border-color: rgb(149,141,253); }

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