Html Css Color HEX #997CFA Light Slate Blue

📋 copy color: '#997CFA'

red 153 ◦ green 124 ◦ blue 250

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

Shades of Light Slate Blue #997CFA

Tints of Light Slate Blue #997CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 29.03%
G = 23.53%
B = 47.44%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#997CFA (or 0x997CFA) is known color: Light Slate Blue. HEX triplet: 99, 7C and FA. RGB value is (153,124,250). Sum of RGB (Red+Green+Blue) = 153+124+250=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #997CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CFA is #668305. Grayscale: #929292. Windows color (decimal): -6718214 or 16415897. OLE color: 16415897.

HSL color Cylindrical-coordinate representation of color #997CFA: hue angle of 253.81º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997CFA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 124 250 -
CMYK 0.39 0.50 0 0.02
HSL 253.81º 0.93% 0.73% -
HSV(B) 253.81º 0.5% 0.98% -
XYZ 37.6 28.09 93.88 -
YUV 147.04 186.11 132.25 -
System Red Green Blue C M Y K H S L
Decimal 153 124 250 0.39 0.50 0 0.02 253.81 0.93 0.73
Hex 99 7C FA 27 32 0 2 FE 5D 49
Octal 231 174 372 47 62 0 2 376 135 111
Binary 10011001 1111100 11111010 100111 110010 0 10 11111110 1011101 1001001

Color Harmonies of #997CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CFA

Black with #997CFA

Text Example


Text Example

White with #997CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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