Html Css Color HEX #7140DC Slate Blue

📋 copy color: '#7140DC'

red 113 ◦ green 64 ◦ blue 220

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

Shades of Slate Blue #7140DC

Tints of Slate Blue #7140DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 28.46%
G = 16.12%
B = 55.42%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7140DC (or 0x7140DC) is known color: Slate Blue. HEX triplet: 71, 40 and DC. RGB value is (113,64,220). Sum of RGB (Red+Green+Blue) = 113+64+220=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7140DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140DC is #8EBF23. Grayscale: #5F5F5F. Windows color (decimal): -9355044 or 14434417. OLE color: 14434417.

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

Color convert

RGB 113 64 220 -
CMYK 0.49 0.71 0 0.14
HSL 258.85º 0.69% 0.56% -
HSV(B) 258.85º 0.71% 0.86% -
XYZ 21.56 12.34 68.96 -
YUV 96.44 197.73 139.82 -
System Red Green Blue C M Y K H S L
Decimal 113 64 220 0.49 0.71 0 0.14 258.85 0.69 0.56
Hex 71 40 DC 31 47 0 E 103 45 38
Octal 161 100 334 61 107 0 16 403 105 70
Binary 1110001 1000000 11011100 110001 1000111 0 1110 100000011 1000101 111000

Color Harmonies of #7140DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140DC

Black with #7140DC

Text Example


Text Example

White with #7140DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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