Html Css Color HEX #8068DF Medium Slate Blue

📋 copy color: '#8068DF'

red 128 ◦ green 104 ◦ blue 223

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

Shades of Medium Slate Blue #8068DF

Tints of Medium Slate Blue #8068DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 28.13%
G = 22.86%
B = 49.01%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8068DF (or 0x8068DF) is known color: Medium Slate Blue. HEX triplet: 80, 68 and DF. RGB value is (128,104,223). Sum of RGB (Red+Green+Blue) = 128+104+223=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8068DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068DF is #7F9720. Grayscale: #7C7C7C. Windows color (decimal): -8361761 or 14641280. OLE color: 14641280.

HSL color Cylindrical-coordinate representation of color #8068DF: hue angle of 252.1º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8068DF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 104 223 -
CMYK 0.43 0.53 0 0.13
HSL 252.1º 0.65% 0.64% -
HSV(B) 252.1º 0.53% 0.87% -
XYZ 27.17 19.82 72.21 -
YUV 124.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 128 104 223 0.43 0.53 0 0.13 252.1 0.65 0.64
Hex 80 68 DF 2B 35 0 D FC 41 40
Octal 200 150 337 53 65 0 15 374 101 100
Binary 10000000 1101000 11011111 101011 110101 0 1101 11111100 1000001 1000000

Color Harmonies of #8068DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068DF

Black with #8068DF

Text Example


Text Example

White with #8068DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8068DF; }

 p { color: rgb(128,104,223); }

 H1.HeaderClassName
 {
   color: #8068DF;
 }
 .AnyTagClassName
 {
   color: #8068DF;
 }
</style>

background-color css

<style>
 a { background-color: #8068DF; }

 a { background-color: rgb(128,104,223); }

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

border-color css

<style>
 span { border-color: #8068DF; }

 span { border-color: rgb(128,104,223); }

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