Html Css Color HEX #996BFD Light Slate Blue

📋 copy color: '#996BFD'

red 153 ◦ green 107 ◦ blue 253

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

Shades of Light Slate Blue #996BFD

Tints of Light Slate Blue #996BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

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

R = 29.82%
G = 20.86%
B = 49.32%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#996BFD (or 0x996BFD) is known color: Light Slate Blue. HEX triplet: 99, 6B and FD. RGB value is (153,107,253). Sum of RGB (Red+Green+Blue) = 153+107+253=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #996BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BFD is #669402. Grayscale: #888888. Windows color (decimal): -6722563 or 16608153. OLE color: 16608153.

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

Color convert

RGB 153 107 253 -
CMYK 0.40 0.58 0 0.01
HSL 258.9º 0.97% 0.71% -
HSV(B) 258.9º 0.58% 0.99% -
XYZ 36.12 24.38 95.73 -
YUV 137.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 153 107 253 0.40 0.58 0 0.01 258.9 0.97 0.71
Hex 99 6B FD 28 3A 0 1 103 61 47
Octal 231 153 375 50 72 0 1 403 141 107
Binary 10011001 1101011 11111101 101000 111010 0 1 100000011 1100001 1000111

Color Harmonies of #996BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BFD

Black with #996BFD

Text Example


Text Example

White with #996BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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