Html Css Color HEX #9379FE Light Slate Blue

📋 copy color: '#9379FE'

red 147 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9379FE

Tints of Light Slate Blue #9379FE

RGB

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

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

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

R = 28.16%
G = 23.18%
B = 48.66%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9379FE (or 0x9379FE) is known color: Light Slate Blue. HEX triplet: 93, 79 and FE. RGB value is (147,121,254). Sum of RGB (Red+Green+Blue) = 147+121+254=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #9379FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9379FE is #6C8601. Grayscale: #8F8F8F. Windows color (decimal): -7112194 or 16677267. OLE color: 16677267.

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

Color convert

RGB 147 121 254 -
CMYK 0.42 0.52 0 0.00
HSL 251.73º 0.99% 0.74% -
HSV(B) 251.73º 0.52% 1% -
XYZ 36.76 27.03 97.05 -
YUV 143.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 147 121 254 0.42 0.52 0 0.00 251.73 0.99 0.74
Hex 93 79 FE 2A 34 0 0 FC 63 4A
Octal 223 171 376 52 64 0 0 374 143 112
Binary 10010011 1111001 11111110 101010 110100 0 0 11111100 1100011 1001010

Color Harmonies of #9379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379FE

Black with #9379FE

Text Example


Text Example

White with #9379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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