Html Css Color HEX #806BDA Medium Slate Blue

📋 copy color: '#806BDA'

red 128 ◦ green 107 ◦ blue 218

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

Shades of Medium Slate Blue #806BDA

Tints of Medium Slate Blue #806BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 28.26%
G = 23.62%
B = 48.12%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#806BDA (or 0x806BDA) is known color: Medium Slate Blue. HEX triplet: 80, 6B and DA. RGB value is (128,107,218). Sum of RGB (Red+Green+Blue) = 128+107+218=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #806BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BDA is #7F9425. Grayscale: #7D7D7D. Windows color (decimal): -8360998 or 14314368. OLE color: 14314368.

HSL color Cylindrical-coordinate representation of color #806BDA: hue angle of 251.35º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806BDA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 107 218 -
CMYK 0.41 0.51 0 0.15
HSL 251.35º 0.6% 0.64% -
HSV(B) 251.35º 0.51% 0.85% -
XYZ 26.81 20.17 68.81 -
YUV 125.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 128 107 218 0.41 0.51 0 0.15 251.35 0.6 0.64
Hex 80 6B DA 29 33 0 F FB 3C 40
Octal 200 153 332 51 63 0 17 373 74 100
Binary 10000000 1101011 11011010 101001 110011 0 1111 11111011 111100 1000000

Color Harmonies of #806BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BDA

Black with #806BDA

Text Example


Text Example

White with #806BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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