Html Css Color HEX #806FEA Medium Slate Blue

📋 copy color: '#806FEA'

red 128 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #806FEA

Tints of Medium Slate Blue #806FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 27.06%
G = 23.47%
B = 49.47%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#806FEA (or 0x806FEA) is known color: Medium Slate Blue. HEX triplet: 80, 6F and EA. RGB value is (128,111,234). Sum of RGB (Red+Green+Blue) = 128+111+234=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #806FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FEA is #7F9015. Grayscale: #818181. Windows color (decimal): -8359958 or 15363968. OLE color: 15363968.

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

Color convert

RGB 128 111 234 -
CMYK 0.45 0.53 0 0.08
HSL 248.29º 0.75% 0.68% -
HSV(B) 248.29º 0.53% 0.92% -
XYZ 29.44 21.9 80.52 -
YUV 130.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 128 111 234 0.45 0.53 0 0.08 248.29 0.75 0.68
Hex 80 6F EA 2D 35 0 8 F8 4B 44
Octal 200 157 352 55 65 0 10 370 113 104
Binary 10000000 1101111 11101010 101101 110101 0 1000 11111000 1001011 1000100

Color Harmonies of #806FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FEA

Black with #806FEA

Text Example


Text Example

White with #806FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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