Html Css Color HEX #997CFB Light Slate Blue

📋 copy color: '#997CFB'

red 153 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #997CFB

Tints of Light Slate Blue #997CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 28.98%
G = 23.48%
B = 47.54%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#997CFB (or 0x997CFB) is known color: Light Slate Blue. HEX triplet: 99, 7C and FB. RGB value is (153,124,251). Sum of RGB (Red+Green+Blue) = 153+124+251=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #997CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CFB is #668304. Grayscale: #929292. Windows color (decimal): -6718213 or 16481433. OLE color: 16481433.

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

Color convert

RGB 153 124 251 -
CMYK 0.39 0.51 0 0.02
HSL 253.7º 0.94% 0.74% -
HSV(B) 253.7º 0.51% 0.98% -
XYZ 37.76 28.15 94.71 -
YUV 147.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 153 124 251 0.39 0.51 0 0.02 253.7 0.94 0.74
Hex 99 7C FB 27 33 0 2 FE 5E 4A
Octal 231 174 373 47 63 0 2 376 136 112
Binary 10011001 1111100 11111011 100111 110011 0 10 11111110 1011110 1001010

Color Harmonies of #997CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CFB

Black with #997CFB

Text Example


Text Example

White with #997CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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