Html Css Color HEX #816AED Medium Slate Blue

📋 copy color: '#816AED'

red 129 ◦ green 106 ◦ blue 237

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

Shades of Medium Slate Blue #816AED

Tints of Medium Slate Blue #816AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 27.33%
G = 22.46%
B = 50.21%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#816AED (or 0x816AED) is known color: Medium Slate Blue. HEX triplet: 81, 6A and ED. RGB value is (129,106,237). Sum of RGB (Red+Green+Blue) = 129+106+237=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #816AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AED is #7E9512. Grayscale: #7F7F7F. Windows color (decimal): -8295699 or 15559297. OLE color: 15559297.

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

Color convert

RGB 129 106 237 -
CMYK 0.46 0.55 0 0.07
HSL 250.53º 0.78% 0.67% -
HSV(B) 250.53º 0.55% 0.93% -
XYZ 29.49 21.09 82.64 -
YUV 127.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 129 106 237 0.46 0.55 0 0.07 250.53 0.78 0.67
Hex 81 6A ED 2E 37 0 7 FB 4E 43
Octal 201 152 355 56 67 0 7 373 116 103
Binary 10000001 1101010 11101101 101110 110111 0 111 11111011 1001110 1000011

Color Harmonies of #816AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AED

Black with #816AED

Text Example


Text Example

White with #816AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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