Html Css Color HEX #817DED Medium Slate Blue

📋 copy color: '#817DED'

red 129 ◦ green 125 ◦ blue 237

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

Shades of Medium Slate Blue #817DED

Tints of Medium Slate Blue #817DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 26.27%
G = 25.46%
B = 48.27%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#817DED (or 0x817DED) is known color: Medium Slate Blue. HEX triplet: 81, 7D and ED. RGB value is (129,125,237). Sum of RGB (Red+Green+Blue) = 129+125+237=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #817DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DED is #7E8212. Grayscale: #8A8A8A. Windows color (decimal): -8290835 or 15564161. OLE color: 15564161.

HSL color Cylindrical-coordinate representation of color #817DED: hue angle of 242.14º degrees, saturation: 0.76, 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 #817DED is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 125 237 -
CMYK 0.46 0.47 0 0.07
HSL 242.14º 0.76% 0.71% -
HSV(B) 242.14º 0.47% 0.93% -
XYZ 31.67 25.45 83.36 -
YUV 138.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 129 125 237 0.46 0.47 0 0.07 242.14 0.76 0.71
Hex 81 7D ED 2E 2F 0 7 F2 4C 47
Octal 201 175 355 56 57 0 7 362 114 107
Binary 10000001 1111101 11101101 101110 101111 0 111 11110010 1001100 1000111

Color Harmonies of #817DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DED

Black with #817DED

Text Example


Text Example

White with #817DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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