Html Css Color HEX #867893 Topaz

📋 copy color: '#867893'

red 134 ◦ green 120 ◦ blue 147

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

Shades of Topaz #867893

Tints of Topaz #867893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 33.42%
G = 29.93%
B = 36.66%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867893 (or 0x867893) is known color: Topaz. HEX triplet: 86, 78 and 93. RGB value is (134,120,147). Sum of RGB (Red+Green+Blue) = 134+120+147=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #867893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867893 is #79876C. Grayscale: #7F7F7F. Windows color (decimal): -7964525 or 9664646. OLE color: 9664646.

HSL color Cylindrical-coordinate representation of color #867893: hue angle of 271.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #867893 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 120 147 -
CMYK 0.09 0.18 0 0.42
HSL 271.11º 0.11% 0.52% -
HSV(B) 271.11º 0.18% 0.58% -
XYZ 21.81 20.61 30.43 -
YUV 127.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 134 120 147 0.09 0.18 0 0.42 271.11 0.11 0.52
Hex 86 78 93 9 12 0 2A 10F B 34
Octal 206 170 223 11 22 0 52 417 13 64
Binary 10000110 1111000 10010011 1001 10010 0 101010 100001111 1011 110100

Color Harmonies of #867893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867893

Black with #867893

Text Example


Text Example

White with #867893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867893; }

 p { color: rgb(134,120,147); }

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

background-color css

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

 a { background-color: rgb(134,120,147); }

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

border-color css

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

 span { border-color: rgb(134,120,147); }

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