Html Css Color HEX #7142DB Slate Blue

📋 copy color: '#7142DB'

red 113 ◦ green 66 ◦ blue 219

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

Shades of Slate Blue #7142DB

Tints of Slate Blue #7142DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.58%

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 28.39%
G = 16.58%
B = 55.03%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7142DB (or 0x7142DB) is known color: Slate Blue. HEX triplet: 71, 42 and DB. RGB value is (113,66,219). Sum of RGB (Red+Green+Blue) = 113+66+219=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #7142DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7142DB is #8EBD24. Grayscale: #606060. Windows color (decimal): -9354533 or 14369393. OLE color: 14369393.

HSL color Cylindrical-coordinate representation of color #7142DB: hue angle of 258.43º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7142DB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 66 219 -
CMYK 0.48 0.70 0 0.14
HSL 258.43º 0.68% 0.56% -
HSV(B) 258.43º 0.7% 0.86% -
XYZ 21.54 12.52 68.3 -
YUV 97.5 196.57 139.06 -
System Red Green Blue C M Y K H S L
Decimal 113 66 219 0.48 0.70 0 0.14 258.43 0.68 0.56
Hex 71 42 DB 30 46 0 E 102 44 38
Octal 161 102 333 60 106 0 16 402 104 70
Binary 1110001 1000010 11011011 110000 1000110 0 1110 100000010 1000100 111000

Color Harmonies of #7142DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142DB

Black with #7142DB

Text Example


Text Example

White with #7142DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7142DB; }

 p { color: rgb(113,66,219); }

 H1.HeaderClassName
 {
   color: #7142DB;
 }
 .AnyTagClassName
 {
   color: #7142DB;
 }
</style>

background-color css

<style>
 a { background-color: #7142DB; }

 a { background-color: rgb(113,66,219); }

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

border-color css

<style>
 span { border-color: #7142DB; }

 span { border-color: rgb(113,66,219); }

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