Html Css Color HEX #866B7D Strikemaster

📋 copy color: '#866B7D'

red 134 ◦ green 107 ◦ blue 125

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

Shades of Strikemaster #866B7D

Tints of Strikemaster #866B7D

RGB

 RED value IS 134 (52.73% from 255) = 36.61%

 GREEN value IS 107 (42.19% from 255) = 29.23%

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

R = 36.61%
G = 29.23%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#866B7D (or 0x866B7D) is known color: Strikemaster. HEX triplet: 86, 6B and 7D. RGB value is (134,107,125). Sum of RGB (Red+Green+Blue) = 134+107+125=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #866B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B7D is #799482. Grayscale: #757575. Windows color (decimal): -7967875 or 8219526. OLE color: 8219526.

HSL color Cylindrical-coordinate representation of color #866B7D: hue angle of 320º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866B7D is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 125 -
CMYK 0 0.20 0.07 0.47
HSL 320º 0.11% 0.47% -
HSV(B) 320º 0.2% 0.53% -
XYZ 18.79 17.06 21.71 -
YUV 117.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 134 107 125 0 0.20 0.07 0.47 320 0.11 0.47
Hex 86 6B 7D 0 14 7 2F 140 B 2F
Octal 206 153 175 0 24 7 57 500 13 57
Binary 10000110 1101011 1111101 0 10100 111 101111 101000000 1011 101111

Color Harmonies of #866B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B7D

Black with #866B7D

Text Example


Text Example

White with #866B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866B7D; }

 p { color: rgb(134,107,125); }

 H1.HeaderClassName
 {
   color: #866B7D;
 }
 .AnyTagClassName
 {
   color: #866B7D;
 }
</style>

background-color css

<style>
 a { background-color: #866B7D; }

 a { background-color: rgb(134,107,125); }

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

border-color css

<style>
 span { border-color: #866B7D; }

 span { border-color: rgb(134,107,125); }

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