Html Css Color HEX #976FFF Light Slate Blue

📋 copy color: '#976FFF'

red 151 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #976FFF

Tints of Light Slate Blue #976FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

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

R = 29.21%
G = 21.47%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#976FFF (or 0x976FFF) is known color: Light Slate Blue. HEX triplet: 97, 6F and FF. RGB value is (151,111,255). Sum of RGB (Red+Green+Blue) = 151+111+255=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #976FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976FFF is #689000. Grayscale: #8A8A8A. Windows color (decimal): -6852609 or 16740247. OLE color: 16740247.

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

Color convert

RGB 151 111 255 -
CMYK 0.41 0.56 0 0
HSL 256.67º 1% 0.72% -
HSV(B) 256.67º 0.56% 1% -
XYZ 36.5 25.17 97.54 -
YUV 139.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 151 111 255 0.41 0.56 0 0 256.67 1 0.72
Hex 97 6F FF 29 38 0 0 101 64 48
Octal 227 157 377 51 70 0 0 401 144 110
Binary 10010111 1101111 11111111 101001 111000 0 0 100000001 1100100 1001000

Color Harmonies of #976FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FFF

Black with #976FFF

Text Example


Text Example

White with #976FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976FFF; }

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

 H1.HeaderClassName
 {
   color: #976FFF;
 }
 .AnyTagClassName
 {
   color: #976FFF;
 }
</style>

background-color css

<style>
 a { background-color: #976FFF; }

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

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

border-color css

<style>
 span { border-color: #976FFF; }

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

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