Html Css Color HEX #995DFC Light Slate Blue

📋 copy color: '#995DFC'

red 153 ◦ green 93 ◦ blue 252

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

Shades of Light Slate Blue #995DFC

Tints of Light Slate Blue #995DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 30.72%
G = 18.67%
B = 50.6%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#995DFC (or 0x995DFC) is known color: Light Slate Blue. HEX triplet: 99, 5D and FC. RGB value is (153,93,252). Sum of RGB (Red+Green+Blue) = 153+93+252=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #995DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DFC is #66A203. Grayscale: #808080. Windows color (decimal): -6726148 or 16539033. OLE color: 16539033.

HSL color Cylindrical-coordinate representation of color #995DFC: hue angle of 262.64º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995DFC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 93 252 -
CMYK 0.39 0.63 0 0.01
HSL 262.64º 0.96% 0.68% -
HSV(B) 262.64º 0.63% 0.99% -
XYZ 34.62 21.63 94.45 -
YUV 129.07 197.38 145.07 -
System Red Green Blue C M Y K H S L
Decimal 153 93 252 0.39 0.63 0 0.01 262.64 0.96 0.68
Hex 99 5D FC 27 3F 0 1 107 60 44
Octal 231 135 374 47 77 0 1 407 140 104
Binary 10011001 1011101 11111100 100111 111111 0 1 100000111 1100000 1000100

Color Harmonies of #995DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995DFC

Black with #995DFC

Text Example


Text Example

White with #995DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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