Html Css Color HEX #7063FF Medium Slate Blue

📋 copy color: '#7063FF'

red 112 ◦ green 99 ◦ blue 255

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

Shades of Medium Slate Blue #7063FF

Tints of Medium Slate Blue #7063FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 24.03%
G = 21.24%
B = 54.72%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7063FF (or 0x7063FF) is known color: Medium Slate Blue. HEX triplet: 70, 63 and FF. RGB value is (112,99,255). Sum of RGB (Red+Green+Blue) = 112+99+255=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #7063FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063FF is #8F9C00. Grayscale: #787878. Windows color (decimal): -9411585 or 16737136. OLE color: 16737136.

HSL color Cylindrical-coordinate representation of color #7063FF: hue angle of 245º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7063FF is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 99 255 -
CMYK 0.56 0.61 0 0
HSL 245º 1% 0.69% -
HSV(B) 245º 0.61% 1% -
XYZ 29.19 19.59 96.85 -
YUV 120.67 203.81 121.82 -
System Red Green Blue C M Y K H S L
Decimal 112 99 255 0.56 0.61 0 0 245 1 0.69
Hex 70 63 FF 38 3D 0 0 F5 64 45
Octal 160 143 377 70 75 0 0 365 144 105
Binary 1110000 1100011 11111111 111000 111101 0 0 11110101 1100100 1000101

Color Harmonies of #7063FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063FF

Black with #7063FF

Text Example


Text Example

White with #7063FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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