Html Css Color HEX #997FFD Light Slate Blue

📋 copy color: '#997FFD'

red 153 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #997FFD

Tints of Light Slate Blue #997FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 28.71%
G = 23.83%
B = 47.47%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#997FFD (or 0x997FFD) is known color: Light Slate Blue. HEX triplet: 99, 7F and FD. RGB value is (153,127,253). Sum of RGB (Red+Green+Blue) = 153+127+253=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #997FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997FFD is #668002. Grayscale: #949494. Windows color (decimal): -6717443 or 16613273. OLE color: 16613273.

HSL color Cylindrical-coordinate representation of color #997FFD: hue angle of 252.38º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997FFD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 127 253 -
CMYK 0.40 0.50 0 0.01
HSL 252.38º 0.97% 0.75% -
HSV(B) 252.38º 0.5% 0.99% -
XYZ 38.46 29.04 96.51 -
YUV 149.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 153 127 253 0.40 0.50 0 0.01 252.38 0.97 0.75
Hex 99 7F FD 28 32 0 1 FC 61 4B
Octal 231 177 375 50 62 0 1 374 141 113
Binary 10011001 1111111 11111101 101000 110010 0 1 11111100 1100001 1001011

Color Harmonies of #997FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FFD

Black with #997FFD

Text Example


Text Example

White with #997FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,127,253); }

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

background-color css

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

 a { background-color: rgb(153,127,253); }

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

border-color css

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

 span { border-color: rgb(153,127,253); }

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