Html Css Color HEX #8376FF Light Slate Blue

📋 copy color: '#8376FF'

red 131 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #8376FF

Tints of Light Slate Blue #8376FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

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

R = 25.99%
G = 23.41%
B = 50.6%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8376FF (or 0x8376FF) is known color: Light Slate Blue. HEX triplet: 83, 76 and FF. RGB value is (131,118,255). Sum of RGB (Red+Green+Blue) = 131+118+255=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #8376FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8376FF is #7C8900. Grayscale: #888888. Windows color (decimal): -8161537 or 16742019. OLE color: 16742019.

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

Color convert

RGB 131 118 255 -
CMYK 0.49 0.54 0 0
HSL 245.69º 1% 0.73% -
HSV(B) 245.69º 0.54% 1% -
XYZ 33.89 25 97.65 -
YUV 137.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 131 118 255 0.49 0.54 0 0 245.69 1 0.73
Hex 83 76 FF 31 36 0 0 F6 64 49
Octal 203 166 377 61 66 0 0 366 144 111
Binary 10000011 1110110 11111111 110001 110110 0 0 11110110 1100100 1001001

Color Harmonies of #8376FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8376FF

Black with #8376FF

Text Example


Text Example

White with #8376FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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