#957AFF

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

Shades of Light Slate Blue #957AFF

Tints of Light Slate Blue #957AFF

Color information

#957AFF (or 0x957AFF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7A and FF. RGB value is (149,122,255). Sum of RGB (Red+Green+Blue) = 149+122+255=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #957AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AFF is #6A8500. Grayscale: #909090. Windows color (decimal): -6980865 or 16743061. OLE color: 16743061.

HSL color Cylindrical-coordinate representation of color #957AFF: hue angle of 252.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957AFF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149122255-
CMYK0.420.5200
HSL252.18º100%73.92%-
HSV(B)252.18º52.16%100%-
XYZ37.427.5397.95-
YUV145.23189.95130.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 48.48%
R=28.33%
G=23.19%
B=48.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491222550.420.5200252.1810073.92
Hex957AFF2A3400fc644a
Octal225172377526400374144112
Binary10010101111101011111111101010110100001111110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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