Html Css Color HEX #817FEC Medium Slate Blue

📋 copy color: '#817FEC'

red 129 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #817FEC

Tints of Medium Slate Blue #817FEC

RGB

 RED value IS 129 (50.78% from 255) = 26.22%

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 26.22%
G = 25.81%
B = 47.97%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#817FEC (or 0x817FEC) is known color: Medium Slate Blue. HEX triplet: 81, 7F and EC. RGB value is (129,127,236). Sum of RGB (Red+Green+Blue) = 129+127+236=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #817FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FEC is #7E8013. Grayscale: #8B8B8B. Windows color (decimal): -8290324 or 15499137. OLE color: 15499137.

HSL color Cylindrical-coordinate representation of color #817FEC: hue angle of 241.1º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #817FEC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 127 236 -
CMYK 0.45 0.46 0 0.07
HSL 241.1º 0.74% 0.71% -
HSV(B) 241.1º 0.46% 0.93% -
XYZ 31.78 25.9 82.68 -
YUV 140.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 129 127 236 0.45 0.46 0 0.07 241.1 0.74 0.71
Hex 81 7F EC 2D 2E 0 7 F1 4A 47
Octal 201 177 354 55 56 0 7 361 112 107
Binary 10000001 1111111 11101100 101101 101110 0 111 11110001 1001010 1000111

Color Harmonies of #817FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817FEC

Black with #817FEC

Text Example


Text Example

White with #817FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817FEC; }

 p { color: rgb(129,127,236); }

 H1.HeaderClassName
 {
   color: #817FEC;
 }
 .AnyTagClassName
 {
   color: #817FEC;
 }
</style>

background-color css

<style>
 a { background-color: #817FEC; }

 a { background-color: rgb(129,127,236); }

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

border-color css

<style>
 span { border-color: #817FEC; }

 span { border-color: rgb(129,127,236); }

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