#995AFF

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

Shades of Light Slate Blue #995AFF

Tints of Light Slate Blue #995AFF

Color information

#995AFF (or 0x995AFF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 5A and FF. RGB value is (153,90,255). Sum of RGB (Red+Green+Blue) = 153+90+255=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #995AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995AFF is #66A500. Grayscale: #7F7F7F. Windows color (decimal): -6726913 or 16734873. OLE color: 16734873.

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

Color convert

RGB15390255-
CMYK0.40.6500
HSL262.91º100%67.65%-
HSV(B)262.91º64.71%100%-
XYZ34.8421.396.88-
YUV127.65199.87146.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 255 (100% from 255) = 51.20%
R=30.72%
G=18.07%
B=51.20%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153902550.40.6500262.9110067.65
Hex995AFF2841001076444
Octal2311323775010100407144104
Binary1001100110110101111111110100010000010010000011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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