Html Css Color HEX #7166CD Slate Blue

📋 copy color: '#7166CD'

red 113 ◦ green 102 ◦ blue 205

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

Shades of Slate Blue #7166CD

Tints of Slate Blue #7166CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 26.9%
G = 24.29%
B = 48.81%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7166CD (or 0x7166CD) is known color: Slate Blue. HEX triplet: 71, 66 and CD. RGB value is (113,102,205). Sum of RGB (Red+Green+Blue) = 113+102+205=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #7166CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166CD is #8E9932. Grayscale: #747474. Windows color (decimal): -9345331 or 13461105. OLE color: 13461105.

HSL color Cylindrical-coordinate representation of color #7166CD: hue angle of 246.41º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7166CD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 102 205 -
CMYK 0.45 0.50 0 0.20
HSL 246.41º 0.51% 0.6% -
HSV(B) 246.41º 0.5% 0.8% -
XYZ 22.58 17.42 59.93 -
YUV 117.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 113 102 205 0.45 0.50 0 0.20 246.41 0.51 0.6
Hex 71 66 CD 2D 32 0 14 F6 33 3C
Octal 161 146 315 55 62 0 24 366 63 74
Binary 1110001 1100110 11001101 101101 110010 0 10100 11110110 110011 111100

Color Harmonies of #7166CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7166CD

Black with #7166CD

Text Example


Text Example

White with #7166CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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