Html Css Color HEX #976DF5 Light Slate Blue

📋 copy color: '#976DF5'

red 151 ◦ green 109 ◦ blue 245

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

Shades of Light Slate Blue #976DF5

Tints of Light Slate Blue #976DF5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 29.9%
G = 21.58%
B = 48.51%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#976DF5 (or 0x976DF5) is known color: Light Slate Blue. HEX triplet: 97, 6D and F5. RGB value is (151,109,245). Sum of RGB (Red+Green+Blue) = 151+109+245=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #976DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DF5 is #68920A. Grayscale: #888888. Windows color (decimal): -6853131 or 16084375. OLE color: 16084375.

HSL color Cylindrical-coordinate representation of color #976DF5: hue angle of 258.53º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #976DF5 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 109 245 -
CMYK 0.38 0.56 0 0.04
HSL 258.53º 0.87% 0.69% -
HSV(B) 258.53º 0.56% 0.96% -
XYZ 34.71 24.11 89.21 -
YUV 137.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 151 109 245 0.38 0.56 0 0.04 258.53 0.87 0.69
Hex 97 6D F5 26 38 0 4 103 57 45
Octal 227 155 365 46 70 0 4 403 127 105
Binary 10010111 1101101 11110101 100110 111000 0 100 100000011 1010111 1000101

Color Harmonies of #976DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DF5

Black with #976DF5

Text Example


Text Example

White with #976DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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