Html Css Color HEX #977FFC Light Slate Blue

📋 copy color: '#977FFC'

red 151 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #977FFC

Tints of Light Slate Blue #977FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 28.49%
G = 23.96%
B = 47.55%

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

#977FFC (or 0x977FFC) is known color: Light Slate Blue. HEX triplet: 97, 7F and FC. RGB value is (151,127,252). Sum of RGB (Red+Green+Blue) = 151+127+252=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #977FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977FFC is #688003. Grayscale: #939393. Windows color (decimal): -6848516 or 16547735. OLE color: 16547735.

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

Color convert

RGB 151 127 252 -
CMYK 0.40 0.50 0 0.01
HSL 251.52º 0.95% 0.74% -
HSV(B) 251.52º 0.5% 0.99% -
XYZ 37.92 28.79 95.65 -
YUV 148.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 151 127 252 0.40 0.50 0 0.01 251.52 0.95 0.74
Hex 97 7F FC 28 32 0 1 FC 5F 4A
Octal 227 177 374 50 62 0 1 374 137 112
Binary 10010111 1111111 11111100 101000 110010 0 1 11111100 1011111 1001010

Color Harmonies of #977FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FFC

Black with #977FFC

Text Example


Text Example

White with #977FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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