Html Css Color HEX #865E7B Strikemaster

📋 copy color: '#865E7B'

red 134 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #865E7B

Tints of Strikemaster #865E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

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

R = 38.18%
G = 26.78%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#865E7B (or 0x865E7B) is known color: Strikemaster. HEX triplet: 86, 5E and 7B. RGB value is (134,94,123). Sum of RGB (Red+Green+Blue) = 134+94+123=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #865E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E7B is #79A184. Grayscale: #6D6D6D. Windows color (decimal): -7971205 or 8085126. OLE color: 8085126.

HSL color Cylindrical-coordinate representation of color #865E7B: hue angle of 316.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E7B is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 123 -
CMYK 0 0.30 0.08 0.47
HSL 316.5º 0.18% 0.45% -
HSV(B) 316.5º 0.3% 0.53% -
XYZ 17.41 14.5 20.62 -
YUV 109.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 134 94 123 0 0.30 0.08 0.47 316.5 0.18 0.45
Hex 86 5E 7B 0 1E 8 2F 13C 12 2D
Octal 206 136 173 0 36 10 57 474 22 55
Binary 10000110 1011110 1111011 0 11110 1000 101111 100111100 10010 101101

Color Harmonies of #865E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E7B

Black with #865E7B

Text Example


Text Example

White with #865E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E7B; }

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

 H1.HeaderClassName
 {
   color: #865E7B;
 }
 .AnyTagClassName
 {
   color: #865E7B;
 }
</style>

background-color css

<style>
 a { background-color: #865E7B; }

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

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

border-color css

<style>
 span { border-color: #865E7B; }

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

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