Html Css Color HEX #8068ED Medium Slate Blue

📋 copy color: '#8068ED'

red 128 ◦ green 104 ◦ blue 237

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

Shades of Medium Slate Blue #8068ED

Tints of Medium Slate Blue #8068ED

RGB

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

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

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

R = 27.29%
G = 22.17%
B = 50.53%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8068ED (or 0x8068ED) is known color: Medium Slate Blue. HEX triplet: 80, 68 and ED. RGB value is (128,104,237). Sum of RGB (Red+Green+Blue) = 128+104+237=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8068ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8068ED is #7F9712. Grayscale: #7D7D7D. Windows color (decimal): -8361747 or 15558784. OLE color: 15558784.

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

Color convert

RGB 128 104 237 -
CMYK 0.46 0.56 0 0.07
HSL 250.83º 0.79% 0.67% -
HSV(B) 250.83º 0.56% 0.93% -
XYZ 29.14 20.6 82.56 -
YUV 126.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 128 104 237 0.46 0.56 0 0.07 250.83 0.79 0.67
Hex 80 68 ED 2E 38 0 7 FB 4F 43
Octal 200 150 355 56 70 0 7 373 117 103
Binary 10000000 1101000 11101101 101110 111000 0 111 11111011 1001111 1000011

Color Harmonies of #8068ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068ED

Black with #8068ED

Text Example


Text Example

White with #8068ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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