Html Css Color HEX #8063EF Medium Slate Blue

📋 copy color: '#8063EF'

red 128 ◦ green 99 ◦ blue 239

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

Shades of Medium Slate Blue #8063EF

Tints of Medium Slate Blue #8063EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.24%

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 27.47%
G = 21.24%
B = 51.29%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8063EF (or 0x8063EF) is known color: Medium Slate Blue. HEX triplet: 80, 63 and EF. RGB value is (128,99,239). Sum of RGB (Red+Green+Blue) = 128+99+239=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #8063EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8063EF is #7F9C10. Grayscale: #7B7B7B. Windows color (decimal): -8363025 or 15688576. OLE color: 15688576.

HSL color Cylindrical-coordinate representation of color #8063EF: hue angle of 252.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8063EF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 99 239 -
CMYK 0.46 0.59 0 0.06
HSL 252.43º 0.81% 0.66% -
HSV(B) 252.43º 0.59% 0.94% -
XYZ 28.94 19.74 83.95 -
YUV 123.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 128 99 239 0.46 0.59 0 0.06 252.43 0.81 0.66
Hex 80 63 EF 2E 3B 0 6 FC 51 42
Octal 200 143 357 56 73 0 6 374 121 102
Binary 10000000 1100011 11101111 101110 111011 0 110 11111100 1010001 1000010

Color Harmonies of #8063EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063EF

Black with #8063EF

Text Example


Text Example

White with #8063EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8063EF; }

 p { color: rgb(128,99,239); }

 H1.HeaderClassName
 {
   color: #8063EF;
 }
 .AnyTagClassName
 {
   color: #8063EF;
 }
</style>

background-color css

<style>
 a { background-color: #8063EF; }

 a { background-color: rgb(128,99,239); }

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

border-color css

<style>
 span { border-color: #8063EF; }

 span { border-color: rgb(128,99,239); }

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