Html Css Color HEX #7166C6 Slate Blue

📋 copy color: '#7166C6'

red 113 ◦ green 102 ◦ blue 198

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

Shades of Slate Blue #7166C6

Tints of Slate Blue #7166C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 27.36%
G = 24.7%
B = 47.94%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7166C6 (or 0x7166C6) is known color: Slate Blue. HEX triplet: 71, 66 and C6. RGB value is (113,102,198). Sum of RGB (Red+Green+Blue) = 113+102+198=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #7166C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166C6 is #8E9939. Grayscale: #737373. Windows color (decimal): -9345338 or 13002353. OLE color: 13002353.

HSL color Cylindrical-coordinate representation of color #7166C6: hue angle of 246.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7166C6 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 102 198 -
CMYK 0.43 0.48 0 0.22
HSL 246.88º 0.46% 0.59% -
HSV(B) 246.88º 0.48% 0.78% -
XYZ 21.75 17.09 55.58 -
YUV 116.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 113 102 198 0.43 0.48 0 0.22 246.88 0.46 0.59
Hex 71 66 C6 2B 30 0 16 F7 2E 3B
Octal 161 146 306 53 60 0 26 367 56 73
Binary 1110001 1100110 11000110 101011 110000 0 10110 11110111 101110 111011

Color Harmonies of #7166C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166C6

Black with #7166C6

Text Example


Text Example

White with #7166C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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