Html Css Color HEX #806FE3 Medium Slate Blue

📋 copy color: '#806FE3'

red 128 ◦ green 111 ◦ blue 227

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

Shades of Medium Slate Blue #806FE3

Tints of Medium Slate Blue #806FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.71%

R = 27.47%
G = 23.82%
B = 48.71%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#806FE3 (or 0x806FE3) is known color: Medium Slate Blue. HEX triplet: 80, 6F and E3. RGB value is (128,111,227). Sum of RGB (Red+Green+Blue) = 128+111+227=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #806FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FE3 is #7F901C. Grayscale: #808080. Windows color (decimal): -8359965 or 14905216. OLE color: 14905216.

HSL color Cylindrical-coordinate representation of color #806FE3: hue angle of 248.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806FE3 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 111 227 -
CMYK 0.44 0.51 0 0.11
HSL 248.79º 0.67% 0.66% -
HSV(B) 248.79º 0.51% 0.89% -
XYZ 28.45 21.5 75.32 -
YUV 129.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 128 111 227 0.44 0.51 0 0.11 248.79 0.67 0.66
Hex 80 6F E3 2C 33 0 B F9 43 42
Octal 200 157 343 54 63 0 13 371 103 102
Binary 10000000 1101111 11100011 101100 110011 0 1011 11111001 1000011 1000010

Color Harmonies of #806FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FE3

Black with #806FE3

Text Example


Text Example

White with #806FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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