Html Css Color HEX #976BFE Light Slate Blue

📋 copy color: '#976BFE'

red 151 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #976BFE

Tints of Light Slate Blue #976BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 29.49%
G = 20.9%
B = 49.61%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#976BFE (or 0x976BFE) is known color: Light Slate Blue. HEX triplet: 97, 6B and FE. RGB value is (151,107,254). Sum of RGB (Red+Green+Blue) = 151+107+254=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #976BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976BFE is #689401. Grayscale: #888888. Windows color (decimal): -6853634 or 16673687. OLE color: 16673687.

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

Color convert

RGB 151 107 254 -
CMYK 0.41 0.58 0 0.00
HSL 257.96º 0.99% 0.71% -
HSV(B) 257.96º 0.58% 1% -
XYZ 35.91 24.25 96.55 -
YUV 136.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 151 107 254 0.41 0.58 0 0.00 257.96 0.99 0.71
Hex 97 6B FE 29 3A 0 0 102 63 47
Octal 227 153 376 51 72 0 0 402 143 107
Binary 10010111 1101011 11111110 101001 111010 0 0 100000010 1100011 1000111

Color Harmonies of #976BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BFE

Black with #976BFE

Text Example


Text Example

White with #976BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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