Html Css Color HEX #7149DB Slate Blue

📋 copy color: '#7149DB'

red 113 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #7149DB

Tints of Slate Blue #7149DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

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

R = 27.9%
G = 18.02%
B = 54.07%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7149DB (or 0x7149DB) is known color: Slate Blue. HEX triplet: 71, 49 and DB. RGB value is (113,73,219). Sum of RGB (Red+Green+Blue) = 113+73+219=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #7149DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149DB is #8EB624. Grayscale: #656565. Windows color (decimal): -9352741 or 14371185. OLE color: 14371185.

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

Color convert

RGB 113 73 219 -
CMYK 0.48 0.67 0 0.14
HSL 256.44º 0.67% 0.57% -
HSV(B) 256.44º 0.67% 0.86% -
XYZ 21.98 13.39 68.44 -
YUV 101.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 113 73 219 0.48 0.67 0 0.14 256.44 0.67 0.57
Hex 71 49 DB 30 43 0 E 100 43 39
Octal 161 111 333 60 103 0 16 400 103 71
Binary 1110001 1001001 11011011 110000 1000011 0 1110 100000000 1000011 111001

Color Harmonies of #7149DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149DB

Black with #7149DB

Text Example


Text Example

White with #7149DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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