#958DFB

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

Shades of Light Slate Blue #958DFB

Tints of Light Slate Blue #958DFB

Color information

#958DFB (or 0x958DFB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8D and FB. RGB value is (149,141,251). Sum of RGB (Red+Green+Blue) = 149+141+251=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #958DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DFB is #6A7204. Grayscale: #9B9B9B. Windows color (decimal): -6976005 or 16485781. OLE color: 16485781.

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

Color convert

RGB149141251-
CMYK0.410.4400.02
HSL244.36º93.22%76.86%-
HSV(B)244.36º43.82%98.43%-
XYZ39.3332.495.45-
YUV155.93181.65123.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.54%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=27.54%
G=26.06%
B=46.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491412510.410.4400.02244.3693.2276.86
Hex958DFB292C02f45d4d
Octal225215373515402364135115
Binary1001010110001101111110111010011011000101111010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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