Html Css Color HEX #806FE0 Medium Slate Blue

📋 copy color: '#806FE0'

red 128 ◦ green 111 ◦ blue 224

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

Shades of Medium Slate Blue #806FE0

Tints of Medium Slate Blue #806FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 27.65%
G = 23.97%
B = 48.38%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#806FE0 (or 0x806FE0) is known color: Medium Slate Blue. HEX triplet: 80, 6F and E0. RGB value is (128,111,224). Sum of RGB (Red+Green+Blue) = 128+111+224=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #806FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FE0 is #7F901F. Grayscale: #808080. Windows color (decimal): -8359968 or 14708608. OLE color: 14708608.

HSL color Cylindrical-coordinate representation of color #806FE0: hue angle of 249.03º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806FE0 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 111 224 -
CMYK 0.43 0.50 0 0.12
HSL 249.03º 0.65% 0.66% -
HSV(B) 249.03º 0.5% 0.88% -
XYZ 28.04 21.34 73.16 -
YUV 128.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 128 111 224 0.43 0.50 0 0.12 249.03 0.65 0.66
Hex 80 6F E0 2B 32 0 C F9 41 42
Octal 200 157 340 53 62 0 14 371 101 102
Binary 10000000 1101111 11100000 101011 110010 0 1100 11111001 1000001 1000010

Color Harmonies of #806FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FE0

Black with #806FE0

Text Example


Text Example

White with #806FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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