Html Css Color HEX #977DFF Light Slate Blue

📋 copy color: '#977DFF'

red 151 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #977DFF

Tints of Light Slate Blue #977DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 28.44%
G = 23.54%
B = 48.02%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#977DFF (or 0x977DFF) is known color: Light Slate Blue. HEX triplet: 97, 7D and FF. RGB value is (151,125,255). Sum of RGB (Red+Green+Blue) = 151+125+255=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #977DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DFF is #688200. Grayscale: #939393. Windows color (decimal): -6849025 or 16743831. OLE color: 16743831.

HSL color Cylindrical-coordinate representation of color #977DFF: hue angle of 252º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #977DFF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 125 255 -
CMYK 0.41 0.51 0 0
HSL 252º 1% 0.75% -
HSV(B) 252º 0.51% 1% -
XYZ 38.15 28.47 98.09 -
YUV 147.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 151 125 255 0.41 0.51 0 0 252 1 0.75
Hex 97 7D FF 29 33 0 0 FC 64 4B
Octal 227 175 377 51 63 0 0 374 144 113
Binary 10010111 1111101 11111111 101001 110011 0 0 11111100 1100100 1001011

Color Harmonies of #977DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DFF

Black with #977DFF

Text Example


Text Example

White with #977DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,125,255); }

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

background-color css

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

 a { background-color: rgb(151,125,255); }

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

border-color css

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

 span { border-color: rgb(151,125,255); }

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