Html Css Color HEX #7063EB Medium Slate Blue

📋 copy color: '#7063EB'

red 112 ◦ green 99 ◦ blue 235

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

Shades of Medium Slate Blue #7063EB

Tints of Medium Slate Blue #7063EB

RGB

 RED value IS 112 (44.14% from 255) = 25.11%

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 25.11%
G = 22.2%
B = 52.69%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7063EB (or 0x7063EB) is known color: Medium Slate Blue. HEX triplet: 70, 63 and EB. RGB value is (112,99,235). Sum of RGB (Red+Green+Blue) = 112+99+235=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #7063EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063EB is #8F9C14. Grayscale: #757575. Windows color (decimal): -9411605 or 15426416. OLE color: 15426416.

HSL color Cylindrical-coordinate representation of color #7063EB: hue angle of 245.74º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7063EB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 99 235 -
CMYK 0.52 0.58 0 0.08
HSL 245.74º 0.77% 0.65% -
HSV(B) 245.74º 0.58% 0.92% -
XYZ 26.14 18.37 80.76 -
YUV 118.39 193.81 123.44 -
System Red Green Blue C M Y K H S L
Decimal 112 99 235 0.52 0.58 0 0.08 245.74 0.77 0.65
Hex 70 63 EB 34 3A 0 8 F6 4D 41
Octal 160 143 353 64 72 0 10 366 115 101
Binary 1110000 1100011 11101011 110100 111010 0 1000 11110110 1001101 1000001

Color Harmonies of #7063EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063EB

Black with #7063EB

Text Example


Text Example

White with #7063EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7063EB; }

 p { color: rgb(112,99,235); }

 H1.HeaderClassName
 {
   color: #7063EB;
 }
 .AnyTagClassName
 {
   color: #7063EB;
 }
</style>

background-color css

<style>
 a { background-color: #7063EB; }

 a { background-color: rgb(112,99,235); }

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

border-color css

<style>
 span { border-color: #7063EB; }

 span { border-color: rgb(112,99,235); }

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