Html Css Color HEX #806EEB Medium Slate Blue

📋 copy color: '#806EEB'

red 128 ◦ green 110 ◦ blue 235

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

Shades of Medium Slate Blue #806EEB

Tints of Medium Slate Blue #806EEB

RGB

 RED value IS 128 (50.39% from 255) = 27.06%

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

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

R = 27.06%
G = 23.26%
B = 49.68%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#806EEB (or 0x806EEB) is known color: Medium Slate Blue. HEX triplet: 80, 6E and EB. RGB value is (128,110,235). Sum of RGB (Red+Green+Blue) = 128+110+235=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #806EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EEB is #7F9114. Grayscale: #818181. Windows color (decimal): -8360213 or 15429248. OLE color: 15429248.

HSL color Cylindrical-coordinate representation of color #806EEB: hue angle of 248.64º 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 #806EEB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 110 235 -
CMYK 0.46 0.53 0 0.08
HSL 248.64º 0.76% 0.68% -
HSV(B) 248.64º 0.53% 0.92% -
XYZ 29.47 21.74 81.24 -
YUV 129.63 187.46 126.84 -
System Red Green Blue C M Y K H S L
Decimal 128 110 235 0.46 0.53 0 0.08 248.64 0.76 0.68
Hex 80 6E EB 2E 35 0 8 F9 4C 44
Octal 200 156 353 56 65 0 10 371 114 104
Binary 10000000 1101110 11101011 101110 110101 0 1000 11111001 1001100 1000100

Color Harmonies of #806EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EEB

Black with #806EEB

Text Example


Text Example

White with #806EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806EEB; }

 p { color: rgb(128,110,235); }

 H1.HeaderClassName
 {
   color: #806EEB;
 }
 .AnyTagClassName
 {
   color: #806EEB;
 }
</style>

background-color css

<style>
 a { background-color: #806EEB; }

 a { background-color: rgb(128,110,235); }

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

border-color css

<style>
 span { border-color: #806EEB; }

 span { border-color: rgb(128,110,235); }

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