#995CFF

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

Shades of Light Slate Blue #995CFF

Tints of Light Slate Blue #995CFF

Color information

#995CFF (or 0x995CFF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 5C and FF. RGB value is (153,92,255). Sum of RGB (Red+Green+Blue) = 153+92+255=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #995CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFF is #66A300. Grayscale: #808080. Windows color (decimal): -6726401 or 16735385. OLE color: 16735385.

HSL color Cylindrical-coordinate representation of color #995CFF: hue angle of 262.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995CFF is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15392255-
CMYK0.40.6400
HSL262.45º100%68.04%-
HSV(B)262.45º63.92%100%-
XYZ35.0121.6596.94-
YUV128.82199.21145.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 92 (36.33% from 255) = 18.4%
BLUE value IS 255 (100% from 255) = 51%
R=30.6%
G=18.4%
B=51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153922550.40.6400262.4510068.04
Hex995CFF2840001066444
Octal2311343775010000406144104
Binary1001100110111001111111110100010000000010000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995CFF; }

 p { color: rgb(153,92,255); }

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

<style>
 a { background-color: #995CFF; }

 a { background-color: rgb(153,92,255); }

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

<style>
 span { border-color: #995CFF; }

 span { border-color: rgb(153,92,255); }

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