Html Css Color HEX #8379FF Light Slate Blue

📋 copy color: '#8379FF'

red 131 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8379FF

Tints of Light Slate Blue #8379FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 25.84%
G = 23.87%
B = 50.3%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8379FF (or 0x8379FF) is known color: Light Slate Blue. HEX triplet: 83, 79 and FF. RGB value is (131,121,255). Sum of RGB (Red+Green+Blue) = 131+121+255=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8379FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379FF is #7C8600. Grayscale: #8A8A8A. Windows color (decimal): -8160769 or 16742787. OLE color: 16742787.

HSL color Cylindrical-coordinate representation of color #8379FF: hue angle of 244.48º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8379FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 121 255 -
CMYK 0.49 0.53 0 0
HSL 244.48º 1% 0.74% -
HSV(B) 244.48º 0.53% 1% -
XYZ 34.25 25.72 97.77 -
YUV 139.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 131 121 255 0.49 0.53 0 0 244.48 1 0.74
Hex 83 79 FF 31 35 0 0 F4 64 4A
Octal 203 171 377 61 65 0 0 364 144 112
Binary 10000011 1111001 11111111 110001 110101 0 0 11110100 1100100 1001010

Color Harmonies of #8379FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379FF

Black with #8379FF

Text Example


Text Example

White with #8379FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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