Html Css Color HEX #9379F3 Light Slate Blue

📋 copy color: '#9379F3'

red 147 ◦ green 121 ◦ blue 243

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

Shades of Light Slate Blue #9379F3

Tints of Light Slate Blue #9379F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.55%

R = 28.77%
G = 23.68%
B = 47.55%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9379F3 (or 0x9379F3) is known color: Light Slate Blue. HEX triplet: 93, 79 and F3. RGB value is (147,121,243). Sum of RGB (Red+Green+Blue) = 147+121+243=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #9379F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9379F3 is #6C860C. Grayscale: #8E8E8E. Windows color (decimal): -7112205 or 15956371. OLE color: 15956371.

HSL color Cylindrical-coordinate representation of color #9379F3: hue angle of 252.79º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9379F3 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 121 243 -
CMYK 0.40 0.50 0 0.05
HSL 252.79º 0.84% 0.71% -
HSV(B) 252.79º 0.5% 0.95% -
XYZ 35.05 26.35 88.03 -
YUV 142.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 147 121 243 0.40 0.50 0 0.05 252.79 0.84 0.71
Hex 93 79 F3 28 32 0 5 FD 54 47
Octal 223 171 363 50 62 0 5 375 124 107
Binary 10010011 1111001 11110011 101000 110010 0 101 11111101 1010100 1000111

Color Harmonies of #9379F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379F3

Black with #9379F3

Text Example


Text Example

White with #9379F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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