#957FFA

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

Shades of Light Slate Blue #957FFA

Tints of Light Slate Blue #957FFA

Color information

#957FFA (or 0x957FFA) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7F and FA. RGB value is (149,127,250). Sum of RGB (Red+Green+Blue) = 149+127+250=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #957FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FFA is #6A8005. Grayscale: #939393. Windows color (decimal): -6979590 or 16416661. OLE color: 16416661.

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

Color convert

RGB149127250-
CMYK0.400.4900.02
HSL250.73º92.48%73.92%-
HSV(B)250.73º49.2%98.04%-
XYZ37.2428.4793.98-
YUV147.6185.79129-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 127 (50% from 255) = 24.14%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=28.33%
G=24.14%
B=47.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491272500.400.4900.02250.7392.4873.92
Hex957FFA283102fb5c4a
Octal225177372506102373134112
Binary100101011111111111110101010001100010101111101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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