Html Css Color HEX #8379F3 Light Slate Blue

📋 copy color: '#8379F3'

red 131 ◦ green 121 ◦ blue 243

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

Shades of Light Slate Blue #8379F3

Tints of Light Slate Blue #8379F3

RGB

 RED value IS 131 (51.56% from 255) = 26.46%

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

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

R = 26.46%
G = 24.44%
B = 49.09%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8379F3 (or 0x8379F3) is known color: Light Slate Blue. HEX triplet: 83, 79 and F3. RGB value is (131,121,243). Sum of RGB (Red+Green+Blue) = 131+121+243=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #8379F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379F3 is #7C860C. Grayscale: #898989. Windows color (decimal): -8160781 or 15956355. OLE color: 15956355.

HSL color Cylindrical-coordinate representation of color #8379F3: hue angle of 244.92º 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 #8379F3 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 121 243 -
CMYK 0.46 0.50 0 0.05
HSL 244.92º 0.84% 0.71% -
HSV(B) 244.92º 0.5% 0.95% -
XYZ 32.38 24.97 87.91 -
YUV 137.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 131 121 243 0.46 0.50 0 0.05 244.92 0.84 0.71
Hex 83 79 F3 2E 32 0 5 F5 54 47
Octal 203 171 363 56 62 0 5 365 124 107
Binary 10000011 1111001 11110011 101110 110010 0 101 11110101 1010100 1000111

Color Harmonies of #8379F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379F3

Black with #8379F3

Text Example


Text Example

White with #8379F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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