Html Css Color HEX #995DFF Light Slate Blue

📋 copy color: '#995DFF'

red 153 ◦ green 93 ◦ blue 255

#995DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #995DFF

Tints of Light Slate Blue #995DFF

RGB

 RED value IS 153 (60.16% from 255) = 30.54%

 GREEN value IS 93 (36.72% from 255) = 18.56%

 BLUE value IS 255 (100% from 255) = 50.9%

R = 30.54%
G = 18.56%
B = 50.9%

CMYK

 C value IS 0.4

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#995DFF (or 0x995DFF) is known color: Light Slate Blue. HEX triplet: 99, 5D and FF. RGB value is (153,93,255). Sum of RGB (Red+Green+Blue) = 153+93+255=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #995DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DFF is #66A200. Grayscale: #808080. Windows color (decimal): -6726145 or 16735641. OLE color: 16735641.

HSL color Cylindrical-coordinate representation of color #995DFF: hue angle of 262.22º 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 #995DFF is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 93 255 -
CMYK 0.4 0.64 0 0
HSL 262.22º 1% 0.68% -
HSV(B) 262.22º 0.64% 1% -
XYZ 35.1 21.82 96.97 -
YUV 129.41 198.88 144.83 -
System Red Green Blue C M Y K H S L
Decimal 153 93 255 0.4 0.64 0 0 262.22 1 0.68
Hex 99 5D FF 28 40 0 0 106 64 44
Octal 231 135 377 50 100 0 0 406 144 104
Binary 10011001 1011101 11111111 101000 1000000 0 0 100000110 1100100 1000100

Color Harmonies of #995DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DFF

Black with #995DFF

Text Example


Text Example

White with #995DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #995DFF;
 }
 .AnyTagClassName
 {
   color: #995DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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