Html Css Color HEX #806FEC Medium Slate Blue

📋 copy color: '#806FEC'

red 128 ◦ green 111 ◦ blue 236

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

Shades of Medium Slate Blue #806FEC

Tints of Medium Slate Blue #806FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 26.95%
G = 23.37%
B = 49.68%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#806FEC (or 0x806FEC) is known color: Medium Slate Blue. HEX triplet: 80, 6F and EC. RGB value is (128,111,236). Sum of RGB (Red+Green+Blue) = 128+111+236=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #806FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FEC is #7F9013. Grayscale: #818181. Windows color (decimal): -8359956 or 15495040. OLE color: 15495040.

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

Color convert

RGB 128 111 236 -
CMYK 0.46 0.53 0 0.07
HSL 248.16º 0.77% 0.68% -
HSV(B) 248.16º 0.53% 0.93% -
XYZ 29.73 22.01 82.04 -
YUV 130.33 187.63 126.34 -
System Red Green Blue C M Y K H S L
Decimal 128 111 236 0.46 0.53 0 0.07 248.16 0.77 0.68
Hex 80 6F EC 2E 35 0 7 F8 4D 44
Octal 200 157 354 56 65 0 7 370 115 104
Binary 10000000 1101111 11101100 101110 110101 0 111 11111000 1001101 1000100

Color Harmonies of #806FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FEC

Black with #806FEC

Text Example


Text Example

White with #806FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,111,236); }

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

background-color css

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

 a { background-color: rgb(128,111,236); }

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

border-color css

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

 span { border-color: rgb(128,111,236); }

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