Html Css Color HEX #817DEC Medium Slate Blue

📋 copy color: '#817DEC'

red 129 ◦ green 125 ◦ blue 236

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

Shades of Medium Slate Blue #817DEC

Tints of Medium Slate Blue #817DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

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

R = 26.33%
G = 25.51%
B = 48.16%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#817DEC (or 0x817DEC) is known color: Medium Slate Blue. HEX triplet: 81, 7D and EC. RGB value is (129,125,236). Sum of RGB (Red+Green+Blue) = 129+125+236=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #817DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DEC is #7E8213. Grayscale: #8A8A8A. Windows color (decimal): -8290836 or 15498625. OLE color: 15498625.

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

Color convert

RGB 129 125 236 -
CMYK 0.45 0.47 0 0.07
HSL 242.16º 0.74% 0.71% -
HSV(B) 242.16º 0.47% 0.93% -
XYZ 31.53 25.39 82.6 -
YUV 138.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 129 125 236 0.45 0.47 0 0.07 242.16 0.74 0.71
Hex 81 7D EC 2D 2F 0 7 F2 4A 47
Octal 201 175 354 55 57 0 7 362 112 107
Binary 10000001 1111101 11101100 101101 101111 0 111 11110010 1001010 1000111

Color Harmonies of #817DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DEC

Black with #817DEC

Text Example


Text Example

White with #817DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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