Html Css Color HEX #7175EF Medium Slate Blue

📋 copy color: '#7175EF'

red 113 ◦ green 117 ◦ blue 239

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

Shades of Medium Slate Blue #7175EF

Tints of Medium Slate Blue #7175EF

RGB

 RED value IS 113 (44.53% from 255) = 24.09%

 GREEN value IS 117 (46.09% from 255) = 24.95%

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

R = 24.09%
G = 24.95%
B = 50.96%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7175EF (or 0x7175EF) is known color: Medium Slate Blue. HEX triplet: 71, 75 and EF. RGB value is (113,117,239). Sum of RGB (Red+Green+Blue) = 113+117+239=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #7175EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7175EF is #8E8A10. Grayscale: #818181. Windows color (decimal): -9341457 or 15693169. OLE color: 15693169.

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

Color convert

RGB 113 117 239 -
CMYK 0.53 0.51 0 0.06
HSL 238.1º 0.8% 0.69% -
HSV(B) 238.1º 0.53% 0.94% -
XYZ 28.75 22.47 84.48 -
YUV 129.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 113 117 239 0.53 0.51 0 0.06 238.1 0.8 0.69
Hex 71 75 EF 35 33 0 6 EE 50 45
Octal 161 165 357 65 63 0 6 356 120 105
Binary 1110001 1110101 11101111 110101 110011 0 110 11101110 1010000 1000101

Color Harmonies of #7175EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7175EF

Black with #7175EF

Text Example


Text Example

White with #7175EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,117,239); }

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

background-color css

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

 a { background-color: rgb(113,117,239); }

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

border-color css

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

 span { border-color: rgb(113,117,239); }

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