#958AF5

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

Shades of Light Slate Blue #958AF5

Tints of Light Slate Blue #958AF5

Color information

#958AF5 (or 0x958AF5) is unknown color: approx Light Slate Blue. HEX triplet: 95, 8A and F5. RGB value is (149,138,245). Sum of RGB (Red+Green+Blue) = 149+138+245=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #958AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958AF5 is #6A750A. Grayscale: #999999. Windows color (decimal): -6976779 or 16091797. OLE color: 16091797.

HSL color Cylindrical-coordinate representation of color #958AF5: hue angle of 246.17º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958AF5 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149138245-
CMYK0.390.4400.04
HSL246.17º84.25%75.1%-
HSV(B)246.17º43.67%96.08%-
XYZ37.9631.1690.4-
YUV153.49179.64124.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=28.01%
G=25.94%
B=46.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491382450.390.4400.04246.1784.2575.1
Hex958AF5272C04f6544b
Octal225212365475404366124113
Binary10010101100010101111010110011110110001001111011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,245); }

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

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

 a { background-color: rgb(149,138,245); }

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

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

 span { border-color: rgb(149,138,245); }

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