Html Css Color HEX #995BFD Light Slate Blue

📋 copy color: '#995BFD'

red 153 ◦ green 91 ◦ blue 253

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

Shades of Light Slate Blue #995BFD

Tints of Light Slate Blue #995BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.31%

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

R = 30.78%
G = 18.31%
B = 50.91%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#995BFD (or 0x995BFD) is known color: Light Slate Blue. HEX triplet: 99, 5B and FD. RGB value is (153,91,253). Sum of RGB (Red+Green+Blue) = 153+91+253=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #995BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995BFD is #66A402. Grayscale: #7F7F7F. Windows color (decimal): -6726659 or 16604057. OLE color: 16604057.

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

Color convert

RGB 153 91 253 -
CMYK 0.40 0.64 0 0.01
HSL 262.96º 0.98% 0.67% -
HSV(B) 262.96º 0.64% 0.99% -
XYZ 34.61 21.35 95.22 -
YUV 128.01 198.54 145.83 -
System Red Green Blue C M Y K H S L
Decimal 153 91 253 0.40 0.64 0 0.01 262.96 0.98 0.67
Hex 99 5B FD 28 40 0 1 107 62 43
Octal 231 133 375 50 100 0 1 407 142 103
Binary 10011001 1011011 11111101 101000 1000000 0 1 100000111 1100010 1000011

Color Harmonies of #995BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BFD

Black with #995BFD

Text Example


Text Example

White with #995BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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