Html Css Color HEX #7140E0 Slate Blue

📋 copy color: '#7140E0'

red 113 ◦ green 64 ◦ blue 224

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

Shades of Slate Blue #7140E0

Tints of Slate Blue #7140E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 28.18%
G = 15.96%
B = 55.86%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7140E0 (or 0x7140E0) is known color: Slate Blue. HEX triplet: 71, 40 and E0. RGB value is (113,64,224). Sum of RGB (Red+Green+Blue) = 113+64+224=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #7140E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7140E0 is #8EBF1F. Grayscale: #606060. Windows color (decimal): -9355040 or 14696561. OLE color: 14696561.

HSL color Cylindrical-coordinate representation of color #7140E0: hue angle of 258.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7140E0 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 64 224 -
CMYK 0.50 0.71 0 0.12
HSL 258.38º 0.72% 0.56% -
HSV(B) 258.38º 0.71% 0.88% -
XYZ 22.1 12.56 71.78 -
YUV 96.89 199.73 139.49 -
System Red Green Blue C M Y K H S L
Decimal 113 64 224 0.50 0.71 0 0.12 258.38 0.72 0.56
Hex 71 40 E0 32 47 0 C 102 48 38
Octal 161 100 340 62 107 0 14 402 110 70
Binary 1110001 1000000 11100000 110010 1000111 0 1100 100000010 1001000 111000

Color Harmonies of #7140E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140E0

Black with #7140E0

Text Example


Text Example

White with #7140E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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