Html Css Color HEX #977AF5 Light Slate Blue

📋 copy color: '#977AF5'

red 151 ◦ green 122 ◦ blue 245

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

Shades of Light Slate Blue #977AF5

Tints of Light Slate Blue #977AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.55%

 BLUE value IS 245 (96.09% from 255) = 47.3%

R = 29.15%
G = 23.55%
B = 47.3%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#977AF5 (or 0x977AF5) is known color: Light Slate Blue. HEX triplet: 97, 7A and F5. RGB value is (151,122,245). Sum of RGB (Red+Green+Blue) = 151+122+245=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #977AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977AF5 is #68850A. Grayscale: #909090. Windows color (decimal): -6849803 or 16087703. OLE color: 16087703.

HSL color Cylindrical-coordinate representation of color #977AF5: hue angle of 254.15º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977AF5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 122 245 -
CMYK 0.38 0.50 0 0.04
HSL 254.15º 0.86% 0.72% -
HSV(B) 254.15º 0.5% 0.96% -
XYZ 36.2 27.09 89.71 -
YUV 144.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 151 122 245 0.38 0.50 0 0.04 254.15 0.86 0.72
Hex 97 7A F5 26 32 0 4 FE 56 48
Octal 227 172 365 46 62 0 4 376 126 110
Binary 10010111 1111010 11110101 100110 110010 0 100 11111110 1010110 1001000

Color Harmonies of #977AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AF5

Black with #977AF5

Text Example


Text Example

White with #977AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,245); }

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

background-color css

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

 a { background-color: rgb(151,122,245); }

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

border-color css

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

 span { border-color: rgb(151,122,245); }

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