Html Css Color HEX #7143DB Slate Blue

📋 copy color: '#7143DB'

red 113 ◦ green 67 ◦ blue 219

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

Shades of Slate Blue #7143DB

Tints of Slate Blue #7143DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

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

R = 28.32%
G = 16.79%
B = 54.89%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7143DB (or 0x7143DB) is known color: Slate Blue. HEX triplet: 71, 43 and DB. RGB value is (113,67,219). Sum of RGB (Red+Green+Blue) = 113+67+219=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #7143DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7143DB is #8EBC24. Grayscale: #616161. Windows color (decimal): -9354277 or 14369649. OLE color: 14369649.

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

Color convert

RGB 113 67 219 -
CMYK 0.48 0.69 0 0.14
HSL 258.16º 0.68% 0.56% -
HSV(B) 258.16º 0.69% 0.86% -
XYZ 21.6 12.64 68.32 -
YUV 98.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 113 67 219 0.48 0.69 0 0.14 258.16 0.68 0.56
Hex 71 43 DB 30 45 0 E 102 44 38
Octal 161 103 333 60 105 0 16 402 104 70
Binary 1110001 1000011 11011011 110000 1000101 0 1110 100000010 1000100 111000

Color Harmonies of #7143DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7143DB

Black with #7143DB

Text Example


Text Example

White with #7143DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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