Html Css Color HEX #995FFD Light Slate Blue

📋 copy color: '#995FFD'

red 153 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #995FFD

Tints of Light Slate Blue #995FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 30.54%
G = 18.96%
B = 50.5%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#995FFD (or 0x995FFD) is known color: Light Slate Blue. HEX triplet: 99, 5F and FD. RGB value is (153,95,253). Sum of RGB (Red+Green+Blue) = 153+95+253=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #995FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FFD is #66A002. Grayscale: #818181. Windows color (decimal): -6725635 or 16605081. OLE color: 16605081.

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

Color convert

RGB 153 95 253 -
CMYK 0.40 0.62 0 0.01
HSL 262.03º 0.98% 0.68% -
HSV(B) 262.03º 0.62% 0.99% -
XYZ 34.96 22.05 95.34 -
YUV 130.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 153 95 253 0.40 0.62 0 0.01 262.03 0.98 0.68
Hex 99 5F FD 28 3E 0 1 106 62 44
Octal 231 137 375 50 76 0 1 406 142 104
Binary 10011001 1011111 11111101 101000 111110 0 1 100000110 1100010 1000100

Color Harmonies of #995FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FFD

Black with #995FFD

Text Example


Text Example

White with #995FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,95,253); }

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

background-color css

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

 a { background-color: rgb(153,95,253); }

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

border-color css

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

 span { border-color: rgb(153,95,253); }

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