Html Css Color HEX #997CF8 Light Slate Blue

📋 copy color: '#997CF8'

red 153 ◦ green 124 ◦ blue 248

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

Shades of Light Slate Blue #997CF8

Tints of Light Slate Blue #997CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 29.14%
G = 23.62%
B = 47.24%

CMYK

 C value IS 0.38

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#997CF8 (or 0x997CF8) is known color: Light Slate Blue. HEX triplet: 99, 7C and F8. RGB value is (153,124,248). Sum of RGB (Red+Green+Blue) = 153+124+248=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #997CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CF8 is #668307. Grayscale: #929292. Windows color (decimal): -6718216 or 16284825. OLE color: 16284825.

HSL color Cylindrical-coordinate representation of color #997CF8: hue angle of 254.03º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997CF8 is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 124 248 -
CMYK 0.38 0.5 0 0.03
HSL 254.03º 0.9% 0.73% -
HSV(B) 254.03º 0.5% 0.97% -
XYZ 37.29 27.96 92.24 -
YUV 146.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 153 124 248 0.38 0.5 0 0.03 254.03 0.9 0.73
Hex 99 7C F8 26 32 0 3 FE 5A 49
Octal 231 174 370 46 62 0 3 376 132 111
Binary 10011001 1111100 11111000 100110 110010 0 11 11111110 1011010 1001001

Color Harmonies of #997CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CF8

Black with #997CF8

Text Example


Text Example

White with #997CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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