Html Css Color HEX #7175DD Medium Slate Blue

📋 copy color: '#7175DD'

red 113 ◦ green 117 ◦ blue 221

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

Shades of Medium Slate Blue #7175DD

Tints of Medium Slate Blue #7175DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 25.06%
G = 25.94%
B = 49%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7175DD (or 0x7175DD) is known color: Medium Slate Blue. HEX triplet: 71, 75 and DD. RGB value is (113,117,221). Sum of RGB (Red+Green+Blue) = 113+117+221=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #7175DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175DD is #8E8A22. Grayscale: #7F7F7F. Windows color (decimal): -9341475 or 14513521. OLE color: 14513521.

HSL color Cylindrical-coordinate representation of color #7175DD: hue angle of 237.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7175DD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 117 221 -
CMYK 0.49 0.47 0 0.13
HSL 237.78º 0.61% 0.65% -
HSV(B) 237.78º 0.49% 0.87% -
XYZ 26.22 21.45 71.17 -
YUV 127.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 113 117 221 0.49 0.47 0 0.13 237.78 0.61 0.65
Hex 71 75 DD 31 2F 0 D EE 3D 41
Octal 161 165 335 61 57 0 15 356 75 101
Binary 1110001 1110101 11011101 110001 101111 0 1101 11101110 111101 1000001

Color Harmonies of #7175DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7175DD

Black with #7175DD

Text Example


Text Example

White with #7175DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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