Html Css Color HEX #976FFE Light Slate Blue

📋 copy color: '#976FFE'

red 151 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #976FFE

Tints of Light Slate Blue #976FFE

RGB

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

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

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

R = 29.26%
G = 21.51%
B = 49.22%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#976FFE (or 0x976FFE) is known color: Light Slate Blue. HEX triplet: 97, 6F and FE. RGB value is (151,111,254). Sum of RGB (Red+Green+Blue) = 151+111+254=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #976FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976FFE is #689001. Grayscale: #8A8A8A. Windows color (decimal): -6852610 or 16674711. OLE color: 16674711.

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

Color convert

RGB 151 111 254 -
CMYK 0.41 0.56 0 0.00
HSL 256.78º 0.99% 0.72% -
HSV(B) 256.78º 0.56% 1% -
XYZ 36.34 25.1 96.7 -
YUV 139.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 151 111 254 0.41 0.56 0 0.00 256.78 0.99 0.72
Hex 97 6F FE 29 38 0 0 101 63 48
Octal 227 157 376 51 70 0 0 401 143 110
Binary 10010111 1101111 11111110 101001 111000 0 0 100000001 1100011 1001000

Color Harmonies of #976FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FFE

Black with #976FFE

Text Example


Text Example

White with #976FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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