Html Css Color HEX #977DFE Light Slate Blue

📋 copy color: '#977DFE'

red 151 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #977DFE

Tints of Light Slate Blue #977DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 28.49%
G = 23.58%
B = 47.92%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#977DFE (or 0x977DFE) is known color: Light Slate Blue. HEX triplet: 97, 7D and FE. RGB value is (151,125,254). Sum of RGB (Red+Green+Blue) = 151+125+254=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #977DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DFE is #688201. Grayscale: #929292. Windows color (decimal): -6849026 or 16678295. OLE color: 16678295.

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

Color convert

RGB 151 125 254 -
CMYK 0.41 0.51 0 0.00
HSL 252.09º 0.98% 0.74% -
HSV(B) 252.09º 0.51% 1% -
XYZ 37.99 28.4 97.25 -
YUV 147.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 151 125 254 0.41 0.51 0 0.00 252.09 0.98 0.74
Hex 97 7D FE 29 33 0 0 FC 62 4A
Octal 227 175 376 51 63 0 0 374 142 112
Binary 10010111 1111101 11111110 101001 110011 0 0 11111100 1100010 1001010

Color Harmonies of #977DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DFE

Black with #977DFE

Text Example


Text Example

White with #977DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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