#955BF8

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

Shades of Light Slate Blue #955BF8

Tints of Light Slate Blue #955BF8

Color information

#955BF8 (or 0x955BF8) is unknown color: approx Light Slate Blue. HEX triplet: 95, 5B and F8. RGB value is (149,91,248). Sum of RGB (Red+Green+Blue) = 149+91+248=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #955BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BF8 is #6AA407. Grayscale: #7D7D7D. Windows color (decimal): -6988808 or 16276373. OLE color: 16276373.

HSL color Cylindrical-coordinate representation of color #955BF8: hue angle of 262.17º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955BF8 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14991248-
CMYK0.400.6300.03
HSL262.17º91.81%66.47%-
HSV(B)262.17º63.31%97.25%-
XYZ33.0820.6591.05-
YUV126.24196.72144.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 91 (35.94% from 255) = 18.65%
BLUE value IS 248 (97.27% from 255) = 50.82%
R=30.53%
G=18.65%
B=50.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149912480.400.6300.03262.1791.8166.47
Hex955BF8283F031065c42
Octal225133370507703406134102
Binary1001010110110111111100010100011111101110000011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955BF8; }

 p { color: rgb(149,91,248); }

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

<style>
 a { background-color: #955BF8; }

 a { background-color: rgb(149,91,248); }

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

<style>
 span { border-color: #955BF8; }

 span { border-color: rgb(149,91,248); }

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