Html Css Color HEX #8C697E Strikemaster

📋 copy color: '#8C697E'

red 140 ◦ green 105 ◦ blue 126

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

Shades of Strikemaster #8C697E

Tints of Strikemaster #8C697E

RGB

 RED value IS 140 (55.08% from 255) = 37.74%

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 37.74%
G = 28.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C697E (or 0x8C697E) is known color: Strikemaster. HEX triplet: 8C, 69 and 7E. RGB value is (140,105,126). Sum of RGB (Red+Green+Blue) = 140+105+126=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C697E is #739681. Grayscale: #757575. Windows color (decimal): -7575170 or 8284556. OLE color: 8284556.

HSL color Cylindrical-coordinate representation of color #8C697E: hue angle of 324º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C697E is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 126 -
CMYK 0 0.25 0.10 0.45
HSL 324º 0.14% 0.48% -
HSV(B) 324º 0.25% 0.55% -
XYZ 19.63 17.18 22.02 -
YUV 117.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 140 105 126 0 0.25 0.10 0.45 324 0.14 0.48
Hex 8C 69 7E 0 19 A 2D 144 E 30
Octal 214 151 176 0 31 12 55 504 16 60
Binary 10001100 1101001 1111110 0 11001 1010 101101 101000100 1110 110000

Color Harmonies of #8C697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C697E

Black with #8C697E

Text Example


Text Example

White with #8C697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C697E; }

 p { color: rgb(140,105,126); }

 H1.HeaderClassName
 {
   color: #8C697E;
 }
 .AnyTagClassName
 {
   color: #8C697E;
 }
</style>

background-color css

<style>
 a { background-color: #8C697E; }

 a { background-color: rgb(140,105,126); }

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

border-color css

<style>
 span { border-color: #8C697E; }

 span { border-color: rgb(140,105,126); }

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