Html Css Color HEX #7163DB Slate Blue

📋 copy color: '#7163DB'

red 113 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #7163DB

Tints of Slate Blue #7163DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.97%

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

R = 26.22%
G = 22.97%
B = 50.81%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7163DB (or 0x7163DB) is known color: Slate Blue. HEX triplet: 71, 63 and DB. RGB value is (113,99,219). Sum of RGB (Red+Green+Blue) = 113+99+219=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #7163DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163DB is #8E9C24. Grayscale: #747474. Windows color (decimal): -9346085 or 14377841. OLE color: 14377841.

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

Color convert

RGB 113 99 219 -
CMYK 0.48 0.55 0 0.14
HSL 247º 0.63% 0.62% -
HSV(B) 247º 0.55% 0.86% -
XYZ 24.06 17.55 69.14 -
YUV 116.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 113 99 219 0.48 0.55 0 0.14 247 0.63 0.62
Hex 71 63 DB 30 37 0 E F7 3E 3E
Octal 161 143 333 60 67 0 16 367 76 76
Binary 1110001 1100011 11011011 110000 110111 0 1110 11110111 111110 111110

Color Harmonies of #7163DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7163DB

Black with #7163DB

Text Example


Text Example

White with #7163DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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