Html Css Color HEX #806DF0 Medium Slate Blue

📋 copy color: '#806DF0'

red 128 ◦ green 109 ◦ blue 240

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

Shades of Medium Slate Blue #806DF0

Tints of Medium Slate Blue #806DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 26.83%
G = 22.85%
B = 50.31%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#806DF0 (or 0x806DF0) is known color: Medium Slate Blue. HEX triplet: 80, 6D and F0. RGB value is (128,109,240). Sum of RGB (Red+Green+Blue) = 128+109+240=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #806DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DF0 is #7F920F. Grayscale: #818181. Windows color (decimal): -8360464 or 15756672. OLE color: 15756672.

HSL color Cylindrical-coordinate representation of color #806DF0: hue angle of 248.7º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806DF0 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 109 240 -
CMYK 0.47 0.55 0 0.06
HSL 248.7º 0.81% 0.68% -
HSV(B) 248.7º 0.55% 0.94% -
XYZ 30.1 21.82 85.06 -
YUV 129.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 128 109 240 0.47 0.55 0 0.06 248.7 0.81 0.68
Hex 80 6D F0 2F 37 0 6 F9 51 44
Octal 200 155 360 57 67 0 6 371 121 104
Binary 10000000 1101101 11110000 101111 110111 0 110 11111001 1010001 1000100

Color Harmonies of #806DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806DF0

Black with #806DF0

Text Example


Text Example

White with #806DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,109,240); }

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

background-color css

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

 a { background-color: rgb(128,109,240); }

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

border-color css

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

 span { border-color: rgb(128,109,240); }

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