Html Css Color HEX #8068EA Medium Slate Blue

📋 copy color: '#8068EA'

red 128 ◦ green 104 ◦ blue 234

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

Shades of Medium Slate Blue #8068EA

Tints of Medium Slate Blue #8068EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 27.47%
G = 22.32%
B = 50.21%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8068EA (or 0x8068EA) is known color: Medium Slate Blue. HEX triplet: 80, 68 and EA. RGB value is (128,104,234). Sum of RGB (Red+Green+Blue) = 128+104+234=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #8068EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8068EA is #7F9715. Grayscale: #7D7D7D. Windows color (decimal): -8361750 or 15362176. OLE color: 15362176.

HSL color Cylindrical-coordinate representation of color #8068EA: hue angle of 251.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8068EA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 104 234 -
CMYK 0.45 0.56 0 0.08
HSL 251.08º 0.76% 0.66% -
HSV(B) 251.08º 0.56% 0.92% -
XYZ 28.7 20.43 80.27 -
YUV 126 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 128 104 234 0.45 0.56 0 0.08 251.08 0.76 0.66
Hex 80 68 EA 2D 38 0 8 FB 4C 42
Octal 200 150 352 55 70 0 10 373 114 102
Binary 10000000 1101000 11101010 101101 111000 0 1000 11111011 1001100 1000010

Color Harmonies of #8068EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068EA

Black with #8068EA

Text Example


Text Example

White with #8068EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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