#955FFB

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

Shades of Light Slate Blue #955FFB

Tints of Light Slate Blue #955FFB

Color information

#955FFB (or 0x955FFB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 5F and FB. RGB value is (149,95,251). Sum of RGB (Red+Green+Blue) = 149+95+251=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #955FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFB is #6AA004. Grayscale: #808080. Windows color (decimal): -6987781 or 16474005. OLE color: 16474005.

HSL color Cylindrical-coordinate representation of color #955FFB: hue angle of 260.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955FFB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14995251-
CMYK0.410.6200.02
HSL260.77º95.12%67.84%-
HSV(B)260.77º62.15%98.43%-
XYZ33.921.5493.64-
YUV128.93196.89142.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 95 (37.5% from 255) = 19.19%
BLUE value IS 251 (98.44% from 255) = 50.71%
R=30.10%
G=19.19%
B=50.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149952510.410.6200.02260.7795.1267.84
Hex955FFB293E021055f44
Octal225137373517602405137104
Binary1001010110111111111101110100111111001010000010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,251); }

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

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

 a { background-color: rgb(149,95,251); }

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

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

 span { border-color: rgb(149,95,251); }

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