Html Css Color HEX #997AFE Light Slate Blue

📋 copy color: '#997AFE'

red 153 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #997AFE

Tints of Light Slate Blue #997AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 28.92%
G = 23.06%
B = 48.02%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#997AFE (or 0x997AFE) is known color: Light Slate Blue. HEX triplet: 99, 7A and FE. RGB value is (153,122,254). Sum of RGB (Red+Green+Blue) = 153+122+254=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #997AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997AFE is #668501. Grayscale: #919191. Windows color (decimal): -6718722 or 16677529. OLE color: 16677529.

HSL color Cylindrical-coordinate representation of color #997AFE: hue angle of 254.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #997AFE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 122 254 -
CMYK 0.40 0.52 0 0.00
HSL 254.09º 0.99% 0.74% -
HSV(B) 254.09º 0.52% 1% -
XYZ 37.99 27.85 97.14 -
YUV 146.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 153 122 254 0.40 0.52 0 0.00 254.09 0.99 0.74
Hex 99 7A FE 28 34 0 0 FE 63 4A
Octal 231 172 376 50 64 0 0 376 143 112
Binary 10011001 1111010 11111110 101000 110100 0 0 11111110 1100011 1001010

Color Harmonies of #997AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AFE

Black with #997AFE

Text Example


Text Example

White with #997AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,254); }

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

background-color css

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

 a { background-color: rgb(153,122,254); }

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

border-color css

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

 span { border-color: rgb(153,122,254); }

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