#958DF2

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

Shades of Light Slate Blue #958DF2

Tints of Light Slate Blue #958DF2

Color information

#958DF2 (or 0x958DF2) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8D and F2. RGB value is (149,141,242). Sum of RGB (Red+Green+Blue) = 149+141+242=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #958DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DF2 is #6A720D. Grayscale: #9A9A9A. Windows color (decimal): -6976014 or 15895957. OLE color: 15895957.

HSL color Cylindrical-coordinate representation of color #958DF2: hue angle of 244.75º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958DF2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149141242-
CMYK0.380.4200.05
HSL244.75º79.53%75.1%-
HSV(B)244.75º41.74%94.9%-
XYZ37.9531.8588.15-
YUV154.91177.15123.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 242 (94.92% from 255) = 45.49%
R=28.01%
G=26.50%
B=45.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491412420.380.4200.05244.7579.5375.1
Hex958DF2262A05f5504b
Octal225215362465205365120113
Binary10010101100011011111001010011010101001011111010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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