Html Css Color HEX #7154DB Slate Blue

📋 copy color: '#7154DB'

red 113 ◦ green 84 ◦ blue 219

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

Shades of Slate Blue #7154DB

Tints of Slate Blue #7154DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

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

R = 27.16%
G = 20.19%
B = 52.64%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7154DB (or 0x7154DB) is known color: Slate Blue. HEX triplet: 71, 54 and DB. RGB value is (113,84,219). Sum of RGB (Red+Green+Blue) = 113+84+219=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #7154DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154DB is #8EAB24. Grayscale: #6B6B6B. Windows color (decimal): -9349925 or 14374001. OLE color: 14374001.

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

Color convert

RGB 113 84 219 -
CMYK 0.48 0.62 0 0.14
HSL 252.89º 0.65% 0.59% -
HSV(B) 252.89º 0.62% 0.86% -
XYZ 22.77 14.97 68.71 -
YUV 108.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 113 84 219 0.48 0.62 0 0.14 252.89 0.65 0.59
Hex 71 54 DB 30 3E 0 E FD 41 3B
Octal 161 124 333 60 76 0 16 375 101 73
Binary 1110001 1010100 11011011 110000 111110 0 1110 11111101 1000001 111011

Color Harmonies of #7154DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154DB

Black with #7154DB

Text Example


Text Example

White with #7154DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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