Html Css Color HEX #976BFB Light Slate Blue

📋 copy color: '#976BFB'

red 151 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #976BFB

Tints of Light Slate Blue #976BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 29.67%
G = 21.02%
B = 49.31%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#976BFB (or 0x976BFB) is known color: Light Slate Blue. HEX triplet: 97, 6B and FB. RGB value is (151,107,251). Sum of RGB (Red+Green+Blue) = 151+107+251=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #976BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976BFB is #689404. Grayscale: #888888. Windows color (decimal): -6853637 or 16477079. OLE color: 16477079.

HSL color Cylindrical-coordinate representation of color #976BFB: hue angle of 258.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #976BFB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 107 251 -
CMYK 0.40 0.57 0 0.02
HSL 258.33º 0.95% 0.7% -
HSV(B) 258.33º 0.57% 0.98% -
XYZ 35.43 24.06 94.04 -
YUV 136.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 151 107 251 0.40 0.57 0 0.02 258.33 0.95 0.7
Hex 97 6B FB 28 39 0 2 102 5F 46
Octal 227 153 373 50 71 0 2 402 137 106
Binary 10010111 1101011 11111011 101000 111001 0 10 100000010 1011111 1000110

Color Harmonies of #976BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BFB

Black with #976BFB

Text Example


Text Example

White with #976BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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