Html Css Color HEX #997CFE Light Slate Blue

📋 copy color: '#997CFE'

red 153 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #997CFE

Tints of Light Slate Blue #997CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.35%

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

R = 28.81%
G = 23.35%
B = 47.83%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#997CFE (or 0x997CFE) is known color: Light Slate Blue. HEX triplet: 99, 7C and FE. RGB value is (153,124,254). Sum of RGB (Red+Green+Blue) = 153+124+254=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #997CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CFE is #668301. Grayscale: #939393. Windows color (decimal): -6718210 or 16678041. OLE color: 16678041.

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

Color convert

RGB 153 124 254 -
CMYK 0.40 0.51 0 0.00
HSL 253.38º 0.98% 0.74% -
HSV(B) 253.38º 0.51% 1% -
XYZ 38.23 28.34 97.22 -
YUV 147.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 153 124 254 0.40 0.51 0 0.00 253.38 0.98 0.74
Hex 99 7C FE 28 33 0 0 FD 62 4A
Octal 231 174 376 50 63 0 0 375 142 112
Binary 10011001 1111100 11111110 101000 110011 0 0 11111101 1100010 1001010

Color Harmonies of #997CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CFE

Black with #997CFE

Text Example


Text Example

White with #997CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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