Html Css Color HEX #7052FE Medium Slate Blue

📋 copy color: '#7052FE'

red 112 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #7052FE

Tints of Medium Slate Blue #7052FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 25%
G = 18.3%
B = 56.7%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7052FE (or 0x7052FE) is known color: Medium Slate Blue. HEX triplet: 70, 52 and FE. RGB value is (112,82,254). Sum of RGB (Red+Green+Blue) = 112+82+254=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #7052FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7052FE is #8FAD01. Grayscale: #6D6D6D. Windows color (decimal): -9415938 or 16667248. OLE color: 16667248.

HSL color Cylindrical-coordinate representation of color #7052FE: hue angle of 250.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7052FE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 82 254 -
CMYK 0.56 0.68 0 0.00
HSL 250.47º 0.99% 0.66% -
HSV(B) 250.47º 0.68% 1% -
XYZ 27.59 16.64 95.52 -
YUV 110.58 208.94 129.01 -
System Red Green Blue C M Y K H S L
Decimal 112 82 254 0.56 0.68 0 0.00 250.47 0.99 0.66
Hex 70 52 FE 38 44 0 0 FA 63 42
Octal 160 122 376 70 104 0 0 372 143 102
Binary 1110000 1010010 11111110 111000 1000100 0 0 11111010 1100011 1000010

Color Harmonies of #7052FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052FE

Black with #7052FE

Text Example


Text Example

White with #7052FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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