Html Css Color HEX #7146DC Slate Blue

📋 copy color: '#7146DC'

red 113 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #7146DC

Tints of Slate Blue #7146DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

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

R = 28.04%
G = 17.37%
B = 54.59%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7146DC (or 0x7146DC) is known color: Slate Blue. HEX triplet: 71, 46 and DC. RGB value is (113,70,220). Sum of RGB (Red+Green+Blue) = 113+70+220=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #7146DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146DC is #8EB923. Grayscale: #636363. Windows color (decimal): -9353508 or 14435953. OLE color: 14435953.

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

Color convert

RGB 113 70 220 -
CMYK 0.49 0.68 0 0.14
HSL 257.2º 0.68% 0.57% -
HSV(B) 257.2º 0.68% 0.86% -
XYZ 21.92 13.06 69.08 -
YUV 99.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 113 70 220 0.49 0.68 0 0.14 257.2 0.68 0.57
Hex 71 46 DC 31 44 0 E 101 44 39
Octal 161 106 334 61 104 0 16 401 104 71
Binary 1110001 1000110 11011100 110001 1000100 0 1110 100000001 1000100 111001

Color Harmonies of #7146DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7146DC

Black with #7146DC

Text Example


Text Example

White with #7146DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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