Html Css Color HEX #7052FA Medium Slate Blue

📋 copy color: '#7052FA'

red 112 ◦ green 82 ◦ blue 250

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

Shades of Medium Slate Blue #7052FA

Tints of Medium Slate Blue #7052FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 25.23%
G = 18.47%
B = 56.31%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7052FA (or 0x7052FA) is known color: Medium Slate Blue. HEX triplet: 70, 52 and FA. RGB value is (112,82,250). Sum of RGB (Red+Green+Blue) = 112+82+250=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #7052FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7052FA is #8FAD05. Grayscale: #6D6D6D. Windows color (decimal): -9415942 or 16405104. OLE color: 16405104.

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

Color convert

RGB 112 82 250 -
CMYK 0.55 0.67 0 0.02
HSL 250.71º 0.94% 0.65% -
HSV(B) 250.71º 0.67% 0.98% -
XYZ 26.95 16.38 92.18 -
YUV 110.12 206.94 129.34 -
System Red Green Blue C M Y K H S L
Decimal 112 82 250 0.55 0.67 0 0.02 250.71 0.94 0.65
Hex 70 52 FA 37 43 0 2 FB 5E 41
Octal 160 122 372 67 103 0 2 373 136 101
Binary 1110000 1010010 11111010 110111 1000011 0 10 11111011 1011110 1000001

Color Harmonies of #7052FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052FA

Black with #7052FA

Text Example


Text Example

White with #7052FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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