Html Css Color HEX #816EF2 Medium Slate Blue

📋 copy color: '#816EF2'

red 129 ◦ green 110 ◦ blue 242

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

Shades of Medium Slate Blue #816EF2

Tints of Medium Slate Blue #816EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 26.82%
G = 22.87%
B = 50.31%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#816EF2 (or 0x816EF2) is known color: Medium Slate Blue. HEX triplet: 81, 6E and F2. RGB value is (129,110,242). Sum of RGB (Red+Green+Blue) = 129+110+242=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #816EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816EF2 is #7E910D. Grayscale: #828282. Windows color (decimal): -8294670 or 15888001. OLE color: 15888001.

HSL color Cylindrical-coordinate representation of color #816EF2: hue angle of 248.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816EF2 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 110 242 -
CMYK 0.47 0.55 0 0.05
HSL 248.64º 0.84% 0.69% -
HSV(B) 248.64º 0.55% 0.95% -
XYZ 30.66 22.23 86.68 -
YUV 130.73 190.79 126.77 -
System Red Green Blue C M Y K H S L
Decimal 129 110 242 0.47 0.55 0 0.05 248.64 0.84 0.69
Hex 81 6E F2 2F 37 0 5 F9 54 45
Octal 201 156 362 57 67 0 5 371 124 105
Binary 10000001 1101110 11110010 101111 110111 0 101 11111001 1010100 1000101

Color Harmonies of #816EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EF2

Black with #816EF2

Text Example


Text Example

White with #816EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,110,242); }

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

background-color css

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

 a { background-color: rgb(129,110,242); }

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

border-color css

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

 span { border-color: rgb(129,110,242); }

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