Html Css Color HEX #7058FA Medium Slate Blue

📋 copy color: '#7058FA'

red 112 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #7058FA

Tints of Medium Slate Blue #7058FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 24.89%
G = 19.56%
B = 55.56%

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

#7058FA (or 0x7058FA) is known color: Medium Slate Blue. HEX triplet: 70, 58 and FA. RGB value is (112,88,250). Sum of RGB (Red+Green+Blue) = 112+88+250=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #7058FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7058FA is #8FA705. Grayscale: #717171. Windows color (decimal): -9414406 or 16406640. OLE color: 16406640.

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

Color convert

RGB 112 88 250 -
CMYK 0.55 0.65 0 0.02
HSL 248.89º 0.94% 0.66% -
HSV(B) 248.89º 0.65% 0.98% -
XYZ 27.43 17.33 92.34 -
YUV 113.64 204.95 126.83 -
System Red Green Blue C M Y K H S L
Decimal 112 88 250 0.55 0.65 0 0.02 248.89 0.94 0.66
Hex 70 58 FA 37 41 0 2 F9 5E 42
Octal 160 130 372 67 101 0 2 371 136 102
Binary 1110000 1011000 11111010 110111 1000001 0 10 11111001 1011110 1000010

Color Harmonies of #7058FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058FA

Black with #7058FA

Text Example


Text Example

White with #7058FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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