Html Css Color HEX #9376FA Light Slate Blue

📋 copy color: '#9376FA'

red 147 ◦ green 118 ◦ blue 250

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

Shades of Light Slate Blue #9376FA

Tints of Light Slate Blue #9376FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 28.54%
G = 22.91%
B = 48.54%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9376FA (or 0x9376FA) is known color: Light Slate Blue. HEX triplet: 93, 76 and FA. RGB value is (147,118,250). Sum of RGB (Red+Green+Blue) = 147+118+250=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9376FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9376FA is #6C8905. Grayscale: #8D8D8D. Windows color (decimal): -7112966 or 16414355. OLE color: 16414355.

HSL color Cylindrical-coordinate representation of color #9376FA: hue angle of 253.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9376FA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 118 250 -
CMYK 0.41 0.53 0 0.02
HSL 253.18º 0.93% 0.72% -
HSV(B) 253.18º 0.53% 0.98% -
XYZ 35.77 26.06 93.59 -
YUV 141.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 147 118 250 0.41 0.53 0 0.02 253.18 0.93 0.72
Hex 93 76 FA 29 35 0 2 FD 5D 48
Octal 223 166 372 51 65 0 2 375 135 110
Binary 10010011 1110110 11111010 101001 110101 0 10 11111101 1011101 1001000

Color Harmonies of #9376FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376FA

Black with #9376FA

Text Example


Text Example

White with #9376FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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