Html Css Color HEX #866A7B Strikemaster

📋 copy color: '#866A7B'

red 134 ◦ green 106 ◦ blue 123

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

Shades of Strikemaster #866A7B

Tints of Strikemaster #866A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.2%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 36.91%
G = 29.2%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#866A7B (or 0x866A7B) is known color: Strikemaster. HEX triplet: 86, 6A and 7B. RGB value is (134,106,123). Sum of RGB (Red+Green+Blue) = 134+106+123=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #866A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A7B is #799584. Grayscale: #747474. Windows color (decimal): -7968133 or 8088198. OLE color: 8088198.

HSL color Cylindrical-coordinate representation of color #866A7B: hue angle of 323.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866A7B is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 123 -
CMYK 0 0.21 0.08 0.47
HSL 323.57º 0.12% 0.47% -
HSV(B) 323.57º 0.21% 0.53% -
XYZ 18.56 16.81 21 -
YUV 116.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 134 106 123 0 0.21 0.08 0.47 323.57 0.12 0.47
Hex 86 6A 7B 0 15 8 2F 144 C 2F
Octal 206 152 173 0 25 10 57 504 14 57
Binary 10000110 1101010 1111011 0 10101 1000 101111 101000100 1100 101111

Color Harmonies of #866A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A7B

Black with #866A7B

Text Example


Text Example

White with #866A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,123); }

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

background-color css

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

 a { background-color: rgb(134,106,123); }

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

border-color css

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

 span { border-color: rgb(134,106,123); }

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