Html Css Color HEX #9376FE Light Slate Blue

📋 copy color: '#9376FE'

red 147 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #9376FE

Tints of Light Slate Blue #9376FE

RGB

 RED value IS 147 (57.81% from 255) = 28.32%

 GREEN value IS 118 (46.48% from 255) = 22.74%

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

R = 28.32%
G = 22.74%
B = 48.94%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9376FE (or 0x9376FE) is known color: Light Slate Blue. HEX triplet: 93, 76 and FE. RGB value is (147,118,254). Sum of RGB (Red+Green+Blue) = 147+118+254=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9376FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9376FE is #6C8901. Grayscale: #8D8D8D. Windows color (decimal): -7112962 or 16676499. OLE color: 16676499.

HSL color Cylindrical-coordinate representation of color #9376FE: hue angle of 252.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9376FE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 118 254 -
CMYK 0.42 0.54 0 0.00
HSL 252.79º 0.99% 0.73% -
HSV(B) 252.79º 0.54% 1% -
XYZ 36.4 26.32 96.93 -
YUV 142.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 147 118 254 0.42 0.54 0 0.00 252.79 0.99 0.73
Hex 93 76 FE 2A 36 0 0 FD 63 49
Octal 223 166 376 52 66 0 0 375 143 111
Binary 10010011 1110110 11111110 101010 110110 0 0 11111101 1100011 1001001

Color Harmonies of #9376FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376FE

Black with #9376FE

Text Example


Text Example

White with #9376FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376FE; }

 p { color: rgb(147,118,254); }

 H1.HeaderClassName
 {
   color: #9376FE;
 }
 .AnyTagClassName
 {
   color: #9376FE;
 }
</style>

background-color css

<style>
 a { background-color: #9376FE; }

 a { background-color: rgb(147,118,254); }

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

border-color css

<style>
 span { border-color: #9376FE; }

 span { border-color: rgb(147,118,254); }

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