#957AFA

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

Shades of Light Slate Blue #957AFA

Tints of Light Slate Blue #957AFA

Color information

#957AFA (or 0x957AFA) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7A and FA. RGB value is (149,122,250). Sum of RGB (Red+Green+Blue) = 149+122+250=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #957AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AFA is #6A8505. Grayscale: #909090. Windows color (decimal): -6980870 or 16415381. OLE color: 16415381.

HSL color Cylindrical-coordinate representation of color #957AFA: hue angle of 252.66º degrees, saturation: 0.93, 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 #957AFA is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149122250-
CMYK0.400.5100.02
HSL252.66º92.75%72.94%-
HSV(B)252.66º51.2%98.04%-
XYZ36.6127.2193.77-
YUV144.66187.45131.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=28.60%
G=23.42%
B=47.98%

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
Decimal1491222500.400.5100.02252.6692.7572.94
Hex957AFA283302fd5d49
Octal225172372506302375135111
Binary100101011111010111110101010001100110101111110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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