Html Css Color HEX #7052EF Medium Slate Blue

📋 copy color: '#7052EF'

red 112 ◦ green 82 ◦ blue 239

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

Shades of Medium Slate Blue #7052EF

Tints of Medium Slate Blue #7052EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 25.87%
G = 18.94%
B = 55.2%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7052EF (or 0x7052EF) is known color: Medium Slate Blue. HEX triplet: 70, 52 and EF. RGB value is (112,82,239). Sum of RGB (Red+Green+Blue) = 112+82+239=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #7052EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7052EF is #8FAD10. Grayscale: #6C6C6C. Windows color (decimal): -9415953 or 15684208. OLE color: 15684208.

HSL color Cylindrical-coordinate representation of color #7052EF: hue angle of 251.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7052EF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 82 239 -
CMYK 0.53 0.66 0 0.06
HSL 251.47º 0.83% 0.63% -
HSV(B) 251.47º 0.66% 0.94% -
XYZ 25.28 15.71 83.36 -
YUV 108.87 201.44 130.23 -
System Red Green Blue C M Y K H S L
Decimal 112 82 239 0.53 0.66 0 0.06 251.47 0.83 0.63
Hex 70 52 EF 35 42 0 6 FB 53 3F
Octal 160 122 357 65 102 0 6 373 123 77
Binary 1110000 1010010 11101111 110101 1000010 0 110 11111011 1010011 111111

Color Harmonies of #7052EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052EF

Black with #7052EF

Text Example


Text Example

White with #7052EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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