Html Css Color HEX #8B697D Strikemaster

📋 copy color: '#8B697D'

red 139 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #8B697D

Tints of Strikemaster #8B697D

RGB

 RED value IS 139 (54.69% from 255) = 37.67%

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 37.67%
G = 28.46%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B697D (or 0x8B697D) is known color: Strikemaster. HEX triplet: 8B, 69 and 7D. RGB value is (139,105,125). Sum of RGB (Red+Green+Blue) = 139+105+125=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B697D is #749682. Grayscale: #757575. Windows color (decimal): -7640707 or 8219019. OLE color: 8219019.

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

Color convert

RGB 139 105 125 -
CMYK 0 0.24 0.10 0.45
HSL 324.71º 0.14% 0.48% -
HSV(B) 324.71º 0.24% 0.55% -
XYZ 19.4 17.07 21.67 -
YUV 117.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 139 105 125 0 0.24 0.10 0.45 324.71 0.14 0.48
Hex 8B 69 7D 0 18 A 2D 145 E 30
Octal 213 151 175 0 30 12 55 505 16 60
Binary 10001011 1101001 1111101 0 11000 1010 101101 101000101 1110 110000

Color Harmonies of #8B697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B697D

Black with #8B697D

Text Example


Text Example

White with #8B697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,105,125); }

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

background-color css

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

 a { background-color: rgb(139,105,125); }

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

border-color css

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

 span { border-color: rgb(139,105,125); }

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