#958FFE

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

Shades of Light Slate Blue #958FFE

Tints of Light Slate Blue #958FFE

Color information

#958FFE (or 0x958FFE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8F and FE. RGB value is (149,143,254). Sum of RGB (Red+Green+Blue) = 149+143+254=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #958FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FFE is #6A7001. Grayscale: #9D9D9D. Windows color (decimal): -6975490 or 16682901. OLE color: 16682901.

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

Color convert

RGB149143254-
CMYK0.410.4400.00
HSL243.24º98.23%77.84%-
HSV(B)243.24º43.7%99.61%-
XYZ40.1133.1998.06-
YUV157.45182.49121.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=27.29%
G=26.19%
B=46.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491432540.410.4400.00243.2498.2377.84
Hex958FFE292C00f3624e
Octal225217376515400363142116
Binary100101011000111111111110101001101100001111001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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