Html Css Color HEX #977FFD Light Slate Blue

📋 copy color: '#977FFD'

red 151 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #977FFD

Tints of Light Slate Blue #977FFD

RGB

 RED value IS 151 (59.38% from 255) = 28.44%

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

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

R = 28.44%
G = 23.92%
B = 47.65%

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

#977FFD (or 0x977FFD) is known color: Light Slate Blue. HEX triplet: 97, 7F and FD. RGB value is (151,127,253). Sum of RGB (Red+Green+Blue) = 151+127+253=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #977FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977FFD is #688002. Grayscale: #949494. Windows color (decimal): -6848515 or 16613271. OLE color: 16613271.

HSL color Cylindrical-coordinate representation of color #977FFD: hue angle of 251.43º 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 #977FFD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 127 253 -
CMYK 0.40 0.50 0 0.01
HSL 251.43º 0.97% 0.75% -
HSV(B) 251.43º 0.5% 0.99% -
XYZ 38.08 28.85 96.49 -
YUV 148.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 151 127 253 0.40 0.50 0 0.01 251.43 0.97 0.75
Hex 97 7F FD 28 32 0 1 FB 61 4B
Octal 227 177 375 50 62 0 1 373 141 113
Binary 10010111 1111111 11111101 101000 110010 0 1 11111011 1100001 1001011

Color Harmonies of #977FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FFD

Black with #977FFD

Text Example


Text Example

White with #977FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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