#957BF4

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

Shades of Light Slate Blue #957BF4

Tints of Light Slate Blue #957BF4

Color information

#957BF4 (or 0x957BF4) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7B and F4. RGB value is (149,123,244). Sum of RGB (Red+Green+Blue) = 149+123+244=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #957BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BF4 is #6A840B. Grayscale: #909090. Windows color (decimal): -6980620 or 16022421. OLE color: 16022421.

HSL color Cylindrical-coordinate representation of color #957BF4: hue angle of 252.89º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957BF4 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149123244-
CMYK0.390.5000.04
HSL252.89º84.62%71.96%-
HSV(B)252.89º49.59%95.69%-
XYZ35.8127.0988.93-
YUV144.57184.11131.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 244 (95.70% from 255) = 47.29%
R=28.88%
G=23.84%
B=47.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491232440.390.5000.04252.8984.6271.96
Hex957BF4273204fd5548
Octal225173364476204375125110
Binary1001010111110111111010010011111001001001111110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,123,244); }

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

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

 a { background-color: rgb(149,123,244); }

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

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

 span { border-color: rgb(149,123,244); }

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