Html Css Color HEX #997EFF Light Slate Blue

📋 copy color: '#997EFF'

red 153 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #997EFF

Tints of Light Slate Blue #997EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.6%

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

R = 28.65%
G = 23.6%
B = 47.75%

CMYK

 C value IS 0.4

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#997EFF (or 0x997EFF) is known color: Light Slate Blue. HEX triplet: 99, 7E and FF. RGB value is (153,126,255). Sum of RGB (Red+Green+Blue) = 153+126+255=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #997EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EFF is #668100. Grayscale: #949494. Windows color (decimal): -6717697 or 16744089. OLE color: 16744089.

HSL color Cylindrical-coordinate representation of color #997EFF: hue angle of 252.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #997EFF is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 126 255 -
CMYK 0.4 0.51 0 0
HSL 252.56º 1% 0.75% -
HSV(B) 252.56º 0.51% 1% -
XYZ 38.65 28.91 98.15 -
YUV 148.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 153 126 255 0.4 0.51 0 0 252.56 1 0.75
Hex 99 7E FF 28 33 0 0 FD 64 4B
Octal 231 176 377 50 63 0 0 375 144 113
Binary 10011001 1111110 11111111 101000 110011 0 0 11111101 1100100 1001011

Color Harmonies of #997EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EFF

Black with #997EFF

Text Example


Text Example

White with #997EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997EFF; }

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

 H1.HeaderClassName
 {
   color: #997EFF;
 }
 .AnyTagClassName
 {
   color: #997EFF;
 }
</style>

background-color css

<style>
 a { background-color: #997EFF; }

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

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

border-color css

<style>
 span { border-color: #997EFF; }

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

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