Html Css Color HEX #816FEB Medium Slate Blue

📋 copy color: '#816FEB'

red 129 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #816FEB

Tints of Medium Slate Blue #816FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 27.16%
G = 23.37%
B = 49.47%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#816FEB (or 0x816FEB) is known color: Medium Slate Blue. HEX triplet: 81, 6F and EB. RGB value is (129,111,235). Sum of RGB (Red+Green+Blue) = 129+111+235=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #816FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816FEB is #7E9014. Grayscale: #828282. Windows color (decimal): -8294421 or 15429505. OLE color: 15429505.

HSL color Cylindrical-coordinate representation of color #816FEB: hue angle of 248.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #816FEB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 111 235 -
CMYK 0.45 0.53 0 0.08
HSL 248.71º 0.76% 0.68% -
HSV(B) 248.71º 0.53% 0.92% -
XYZ 29.73 22.03 81.28 -
YUV 130.52 186.96 126.92 -
System Red Green Blue C M Y K H S L
Decimal 129 111 235 0.45 0.53 0 0.08 248.71 0.76 0.68
Hex 81 6F EB 2D 35 0 8 F9 4C 44
Octal 201 157 353 55 65 0 10 371 114 104
Binary 10000001 1101111 11101011 101101 110101 0 1000 11111001 1001100 1000100

Color Harmonies of #816FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FEB

Black with #816FEB

Text Example


Text Example

White with #816FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,111,235); }

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

background-color css

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

 a { background-color: rgb(129,111,235); }

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

border-color css

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

 span { border-color: rgb(129,111,235); }

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