Html Css Color HEX #806BEC Medium Slate Blue

📋 copy color: '#806BEC'

red 128 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #806BEC

Tints of Medium Slate Blue #806BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

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

R = 27.18%
G = 22.72%
B = 50.11%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#806BEC (or 0x806BEC) is known color: Medium Slate Blue. HEX triplet: 80, 6B and EC. RGB value is (128,107,236). Sum of RGB (Red+Green+Blue) = 128+107+236=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #806BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BEC is #7F9413. Grayscale: #7F7F7F. Windows color (decimal): -8360980 or 15494016. OLE color: 15494016.

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

Color convert

RGB 128 107 236 -
CMYK 0.46 0.55 0 0.07
HSL 249.77º 0.77% 0.67% -
HSV(B) 249.77º 0.55% 0.93% -
XYZ 29.3 21.16 81.9 -
YUV 127.99 188.96 128.01 -
System Red Green Blue C M Y K H S L
Decimal 128 107 236 0.46 0.55 0 0.07 249.77 0.77 0.67
Hex 80 6B EC 2E 37 0 7 FA 4D 43
Octal 200 153 354 56 67 0 7 372 115 103
Binary 10000000 1101011 11101100 101110 110111 0 111 11111010 1001101 1000011

Color Harmonies of #806BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BEC

Black with #806BEC

Text Example


Text Example

White with #806BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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