Html Css Color HEX #7471DD Medium Slate Blue

📋 copy color: '#7471DD'

red 116 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #7471DD

Tints of Medium Slate Blue #7471DD

RGB

 RED value IS 116 (45.7% from 255) = 25.78%

 GREEN value IS 113 (44.53% from 255) = 25.11%

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

R = 25.78%
G = 25.11%
B = 49.11%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7471DD (or 0x7471DD) is known color: Medium Slate Blue. HEX triplet: 74, 71 and DD. RGB value is (116,113,221). Sum of RGB (Red+Green+Blue) = 116+113+221=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #7471DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471DD is #8B8E22. Grayscale: #7D7D7D. Windows color (decimal): -9145891 or 14512500. OLE color: 14512500.

HSL color Cylindrical-coordinate representation of color #7471DD: hue angle of 241.67º 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 #7471DD is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 113 221 -
CMYK 0.48 0.49 0 0.13
HSL 241.67º 0.61% 0.65% -
HSV(B) 241.67º 0.49% 0.87% -
XYZ 26.16 20.74 71.03 -
YUV 126.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 116 113 221 0.48 0.49 0 0.13 241.67 0.61 0.65
Hex 74 71 DD 30 31 0 D F2 3D 41
Octal 164 161 335 60 61 0 15 362 75 101
Binary 1110100 1110001 11011101 110000 110001 0 1101 11110010 111101 1000001

Color Harmonies of #7471DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7471DD

Black with #7471DD

Text Example


Text Example

White with #7471DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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