Html Css Color HEX #816CED Medium Slate Blue

📋 copy color: '#816CED'

red 129 ◦ green 108 ◦ blue 237

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

Shades of Medium Slate Blue #816CED

Tints of Medium Slate Blue #816CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

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

R = 27.22%
G = 22.78%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#816CED (or 0x816CED) is known color: Medium Slate Blue. HEX triplet: 81, 6C and ED. RGB value is (129,108,237). Sum of RGB (Red+Green+Blue) = 129+108+237=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #816CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816CED is #7E9312. Grayscale: #808080. Windows color (decimal): -8295187 or 15559809. OLE color: 15559809.

HSL color Cylindrical-coordinate representation of color #816CED: hue angle of 249.77º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #816CED is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 108 237 -
CMYK 0.46 0.54 0 0.07
HSL 249.77º 0.78% 0.68% -
HSV(B) 249.77º 0.54% 0.93% -
XYZ 29.7 21.51 82.71 -
YUV 128.99 188.96 128.01 -
System Red Green Blue C M Y K H S L
Decimal 129 108 237 0.46 0.54 0 0.07 249.77 0.78 0.68
Hex 81 6C ED 2E 36 0 7 FA 4E 44
Octal 201 154 355 56 66 0 7 372 116 104
Binary 10000001 1101100 11101101 101110 110110 0 111 11111010 1001110 1000100

Color Harmonies of #816CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CED

Black with #816CED

Text Example


Text Example

White with #816CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816CED; }

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

 H1.HeaderClassName
 {
   color: #816CED;
 }
 .AnyTagClassName
 {
   color: #816CED;
 }
</style>

background-color css

<style>
 a { background-color: #816CED; }

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

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

border-color css

<style>
 span { border-color: #816CED; }

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

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