Html Css Color HEX #806CED Medium Slate Blue

📋 copy color: '#806CED'

red 128 ◦ green 108 ◦ blue 237

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

Shades of Medium Slate Blue #806CED

Tints of Medium Slate Blue #806CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 27.06%
G = 22.83%
B = 50.11%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#806CED (or 0x806CED) is known color: Medium Slate Blue. HEX triplet: 80, 6C and ED. RGB value is (128,108,237). Sum of RGB (Red+Green+Blue) = 128+108+237=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #806CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806CED is #7F9312. Grayscale: #808080. Windows color (decimal): -8360723 or 15559808. OLE color: 15559808.

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

Color convert

RGB 128 108 237 -
CMYK 0.46 0.54 0 0.07
HSL 249.3º 0.78% 0.68% -
HSV(B) 249.3º 0.54% 0.93% -
XYZ 29.55 21.43 82.7 -
YUV 128.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 128 108 237 0.46 0.54 0 0.07 249.3 0.78 0.68
Hex 80 6C ED 2E 36 0 7 F9 4E 44
Octal 200 154 355 56 66 0 7 371 116 104
Binary 10000000 1101100 11101101 101110 110110 0 111 11111001 1001110 1000100

Color Harmonies of #806CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CED

Black with #806CED

Text Example


Text Example

White with #806CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,237); }

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

background-color css

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

 a { background-color: rgb(128,108,237); }

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

border-color css

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

 span { border-color: rgb(128,108,237); }

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