Html Css Color HEX #7169DC Medium Slate Blue

📋 copy color: '#7169DC'

red 113 ◦ green 105 ◦ blue 220

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

Shades of Medium Slate Blue #7169DC

Tints of Medium Slate Blue #7169DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 25.8%
G = 23.97%
B = 50.23%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7169DC (or 0x7169DC) is known color: Medium Slate Blue. HEX triplet: 71, 69 and DC. RGB value is (113,105,220). Sum of RGB (Red+Green+Blue) = 113+105+220=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7169DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169DC is #8E9623. Grayscale: #787878. Windows color (decimal): -9344548 or 14444913. OLE color: 14444913.

HSL color Cylindrical-coordinate representation of color #7169DC: hue angle of 244.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7169DC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 105 220 -
CMYK 0.49 0.52 0 0.14
HSL 244.17º 0.62% 0.64% -
HSV(B) 244.17º 0.52% 0.86% -
XYZ 24.78 18.78 70.03 -
YUV 120.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 113 105 220 0.49 0.52 0 0.14 244.17 0.62 0.64
Hex 71 69 DC 31 34 0 E F4 3E 40
Octal 161 151 334 61 64 0 16 364 76 100
Binary 1110001 1101001 11011100 110001 110100 0 1110 11110100 111110 1000000

Color Harmonies of #7169DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7169DC

Black with #7169DC

Text Example


Text Example

White with #7169DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7169DC; }

 p { color: rgb(113,105,220); }

 H1.HeaderClassName
 {
   color: #7169DC;
 }
 .AnyTagClassName
 {
   color: #7169DC;
 }
</style>

background-color css

<style>
 a { background-color: #7169DC; }

 a { background-color: rgb(113,105,220); }

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

border-color css

<style>
 span { border-color: #7169DC; }

 span { border-color: rgb(113,105,220); }

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