Html Css Color HEX #7166DB Slate Blue

📋 copy color: '#7166DB'

red 113 ◦ green 102 ◦ blue 219

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

Shades of Slate Blue #7166DB

Tints of Slate Blue #7166DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 26.04%
G = 23.5%
B = 50.46%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7166DB (or 0x7166DB) is known color: Slate Blue. HEX triplet: 71, 66 and DB. RGB value is (113,102,219). Sum of RGB (Red+Green+Blue) = 113+102+219=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7166DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166DB is #8E9924. Grayscale: #767676. Windows color (decimal): -9345317 or 14378609. OLE color: 14378609.

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

Color convert

RGB 113 102 219 -
CMYK 0.48 0.53 0 0.14
HSL 245.64º 0.62% 0.63% -
HSV(B) 245.64º 0.53% 0.86% -
XYZ 24.35 18.13 69.23 -
YUV 118.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 113 102 219 0.48 0.53 0 0.14 245.64 0.62 0.63
Hex 71 66 DB 30 35 0 E F6 3E 3F
Octal 161 146 333 60 65 0 16 366 76 77
Binary 1110001 1100110 11011011 110000 110101 0 1110 11110110 111110 111111

Color Harmonies of #7166DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166DB

Black with #7166DB

Text Example


Text Example

White with #7166DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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