#957AF9

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

Shades of Light Slate Blue #957AF9

Tints of Light Slate Blue #957AF9

Color information

#957AF9 (or 0x957AF9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7A and F9. RGB value is (149,122,249). Sum of RGB (Red+Green+Blue) = 149+122+249=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #957AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AF9 is #6A8506. Grayscale: #909090. Windows color (decimal): -6980871 or 16349845. OLE color: 16349845.

HSL color Cylindrical-coordinate representation of color #957AF9: hue angle of 252.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957AF9 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149122249-
CMYK0.400.5100.02
HSL252.76º91.37%72.75%-
HSV(B)252.76º51%97.65%-
XYZ36.4527.1592.94-
YUV144.55186.95131.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=28.65%
G=23.46%
B=47.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491222490.400.5100.02252.7691.3772.75
Hex957AF9283302fd5b49
Octal225172371506302375133111
Binary100101011111010111110011010001100110101111110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957AF9; }

 p { color: rgb(149,122,249); }

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

<style>
 a { background-color: #957AF9; }

 a { background-color: rgb(149,122,249); }

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

<style>
 span { border-color: #957AF9; }

 span { border-color: rgb(149,122,249); }

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