Html Css Color HEX #7063E6 Medium Slate Blue

📋 copy color: '#7063E6'

red 112 ◦ green 99 ◦ blue 230

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

Shades of Medium Slate Blue #7063E6

Tints of Medium Slate Blue #7063E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.15%

R = 25.4%
G = 22.45%
B = 52.15%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7063E6 (or 0x7063E6) is known color: Medium Slate Blue. HEX triplet: 70, 63 and E6. RGB value is (112,99,230). Sum of RGB (Red+Green+Blue) = 112+99+230=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #7063E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063E6 is #8F9C19. Grayscale: #757575. Windows color (decimal): -9411610 or 15098736. OLE color: 15098736.

HSL color Cylindrical-coordinate representation of color #7063E6: hue angle of 245.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7063E6 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 99 230 -
CMYK 0.51 0.57 0 0.10
HSL 245.95º 0.72% 0.65% -
HSV(B) 245.95º 0.57% 0.9% -
XYZ 25.43 18.08 77.01 -
YUV 117.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 112 99 230 0.51 0.57 0 0.10 245.95 0.72 0.65
Hex 70 63 E6 33 39 0 A F6 48 41
Octal 160 143 346 63 71 0 12 366 110 101
Binary 1110000 1100011 11100110 110011 111001 0 1010 11110110 1001000 1000001

Color Harmonies of #7063E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063E6

Black with #7063E6

Text Example


Text Example

White with #7063E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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