Html Css Color HEX #7063FA Medium Slate Blue

📋 copy color: '#7063FA'

red 112 ◦ green 99 ◦ blue 250

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

Shades of Medium Slate Blue #7063FA

Tints of Medium Slate Blue #7063FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 24.3%
G = 21.48%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7063FA (or 0x7063FA) is known color: Medium Slate Blue. HEX triplet: 70, 63 and FA. RGB value is (112,99,250). Sum of RGB (Red+Green+Blue) = 112+99+250=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #7063FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063FA is #8F9C05. Grayscale: #777777. Windows color (decimal): -9411590 or 16409456. OLE color: 16409456.

HSL color Cylindrical-coordinate representation of color #7063FA: hue angle of 245.17º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7063FA is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 99 250 -
CMYK 0.55 0.60 0 0.02
HSL 245.17º 0.94% 0.68% -
HSV(B) 245.17º 0.6% 0.98% -
XYZ 28.4 19.27 92.67 -
YUV 120.1 201.31 122.22 -
System Red Green Blue C M Y K H S L
Decimal 112 99 250 0.55 0.60 0 0.02 245.17 0.94 0.68
Hex 70 63 FA 37 3C 0 2 F5 5E 44
Octal 160 143 372 67 74 0 2 365 136 104
Binary 1110000 1100011 11111010 110111 111100 0 10 11110101 1011110 1000100

Color Harmonies of #7063FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063FA

Black with #7063FA

Text Example


Text Example

White with #7063FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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