Html Css Color HEX #7059FB Medium Slate Blue

📋 copy color: '#7059FB'

red 112 ◦ green 89 ◦ blue 251

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

Shades of Medium Slate Blue #7059FB

Tints of Medium Slate Blue #7059FB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.69%

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

R = 24.78%
G = 19.69%
B = 55.53%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7059FB (or 0x7059FB) is known color: Medium Slate Blue. HEX triplet: 70, 59 and FB. RGB value is (112,89,251). Sum of RGB (Red+Green+Blue) = 112+89+251=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #7059FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7059FB is #8FA604. Grayscale: #717171. Windows color (decimal): -9414149 or 16472432. OLE color: 16472432.

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

Color convert

RGB 112 89 251 -
CMYK 0.55 0.65 0 0.02
HSL 248.52º 0.95% 0.67% -
HSV(B) 248.52º 0.65% 0.98% -
XYZ 27.67 17.55 93.2 -
YUV 114.35 205.12 126.33 -
System Red Green Blue C M Y K H S L
Decimal 112 89 251 0.55 0.65 0 0.02 248.52 0.95 0.67
Hex 70 59 FB 37 41 0 2 F9 5F 43
Octal 160 131 373 67 101 0 2 371 137 103
Binary 1110000 1011001 11111011 110111 1000001 0 10 11111001 1011111 1000011

Color Harmonies of #7059FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059FB

Black with #7059FB

Text Example


Text Example

White with #7059FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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