Html Css Color HEX #7063FB Medium Slate Blue

📋 copy color: '#7063FB'

red 112 ◦ green 99 ◦ blue 251

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

Shades of Medium Slate Blue #7063FB

Tints of Medium Slate Blue #7063FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 24.24%
G = 21.43%
B = 54.33%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7063FB (or 0x7063FB) is known color: Medium Slate Blue. HEX triplet: 70, 63 and FB. RGB value is (112,99,251). Sum of RGB (Red+Green+Blue) = 112+99+251=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #7063FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063FB is #8F9C04. Grayscale: #777777. Windows color (decimal): -9411589 or 16474992. OLE color: 16474992.

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

Color convert

RGB 112 99 251 -
CMYK 0.55 0.61 0 0.02
HSL 245.13º 0.95% 0.69% -
HSV(B) 245.13º 0.61% 0.98% -
XYZ 28.56 19.33 93.49 -
YUV 120.22 201.81 122.14 -
System Red Green Blue C M Y K H S L
Decimal 112 99 251 0.55 0.61 0 0.02 245.13 0.95 0.69
Hex 70 63 FB 37 3D 0 2 F5 5F 45
Octal 160 143 373 67 75 0 2 365 137 105
Binary 1110000 1100011 11111011 110111 111101 0 10 11110101 1011111 1000101

Color Harmonies of #7063FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063FB

Black with #7063FB

Text Example


Text Example

White with #7063FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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