Html Css Color HEX #8376EF Medium Slate Blue

📋 copy color: '#8376EF'

red 131 ◦ green 118 ◦ blue 239

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

Shades of Medium Slate Blue #8376EF

Tints of Medium Slate Blue #8376EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 26.84%
G = 24.18%
B = 48.98%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8376EF (or 0x8376EF) is known color: Medium Slate Blue. HEX triplet: 83, 76 and EF. RGB value is (131,118,239). Sum of RGB (Red+Green+Blue) = 131+118+239=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #8376EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8376EF is #7C8910. Grayscale: #878787. Windows color (decimal): -8161553 or 15693443. OLE color: 15693443.

HSL color Cylindrical-coordinate representation of color #8376EF: hue angle of 246.45º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8376EF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 118 239 -
CMYK 0.45 0.51 0 0.06
HSL 246.45º 0.79% 0.7% -
HSV(B) 246.45º 0.51% 0.94% -
XYZ 31.42 24.01 84.64 -
YUV 135.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 131 118 239 0.45 0.51 0 0.06 246.45 0.79 0.7
Hex 83 76 EF 2D 33 0 6 F6 4F 46
Octal 203 166 357 55 63 0 6 366 117 106
Binary 10000011 1110110 11101111 101101 110011 0 110 11110110 1001111 1000110

Color Harmonies of #8376EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8376EF

Black with #8376EF

Text Example


Text Example

White with #8376EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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