Html Css Color HEX #9379F4 Light Slate Blue

📋 copy color: '#9379F4'

red 147 ◦ green 121 ◦ blue 244

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

Shades of Light Slate Blue #9379F4

Tints of Light Slate Blue #9379F4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.63%

 BLUE value IS 244 (95.7% from 255) = 47.66%

R = 28.71%
G = 23.63%
B = 47.66%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9379F4 (or 0x9379F4) is known color: Light Slate Blue. HEX triplet: 93, 79 and F4. RGB value is (147,121,244). Sum of RGB (Red+Green+Blue) = 147+121+244=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #9379F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9379F4 is #6C860B. Grayscale: #8E8E8E. Windows color (decimal): -7112204 or 16021907. OLE color: 16021907.

HSL color Cylindrical-coordinate representation of color #9379F4: hue angle of 252.68º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9379F4 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 121 244 -
CMYK 0.40 0.50 0 0.04
HSL 252.68º 0.85% 0.72% -
HSV(B) 252.68º 0.5% 0.96% -
XYZ 35.2 26.41 88.83 -
YUV 142.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 147 121 244 0.40 0.50 0 0.04 252.68 0.85 0.72
Hex 93 79 F4 28 32 0 4 FD 55 48
Octal 223 171 364 50 62 0 4 375 125 110
Binary 10010011 1111001 11110100 101000 110010 0 100 11111101 1010101 1001000

Color Harmonies of #9379F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379F4

Black with #9379F4

Text Example


Text Example

White with #9379F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9379F4; }

 p { color: rgb(147,121,244); }

 H1.HeaderClassName
 {
   color: #9379F4;
 }
 .AnyTagClassName
 {
   color: #9379F4;
 }
</style>

background-color css

<style>
 a { background-color: #9379F4; }

 a { background-color: rgb(147,121,244); }

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

border-color css

<style>
 span { border-color: #9379F4; }

 span { border-color: rgb(147,121,244); }

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