Html Css Color HEX #867398 Topaz

📋 copy color: '#867398'

red 134 ◦ green 115 ◦ blue 152

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

Shades of Topaz #867398

Tints of Topaz #867398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 33.42%
G = 28.68%
B = 37.91%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#867398 (or 0x867398) is known color: Topaz. HEX triplet: 86, 73 and 98. RGB value is (134,115,152). Sum of RGB (Red+Green+Blue) = 134+115+152=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #867398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867398 is #798C67. Grayscale: #7C7C7C. Windows color (decimal): -7965800 or 9991046. OLE color: 9991046.

HSL color Cylindrical-coordinate representation of color #867398: hue angle of 270.81º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #867398 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 115 152 -
CMYK 0.12 0.24 0 0.40
HSL 270.81º 0.15% 0.52% -
HSV(B) 270.81º 0.24% 0.6% -
XYZ 21.63 19.6 32.35 -
YUV 124.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 134 115 152 0.12 0.24 0 0.40 270.81 0.15 0.52
Hex 86 73 98 C 18 0 28 10F F 34
Octal 206 163 230 14 30 0 50 417 17 64
Binary 10000110 1110011 10011000 1100 11000 0 101000 100001111 1111 110100

Color Harmonies of #867398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867398

Black with #867398

Text Example


Text Example

White with #867398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867398; }

 p { color: rgb(134,115,152); }

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

background-color css

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

 a { background-color: rgb(134,115,152); }

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

border-color css

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

 span { border-color: rgb(134,115,152); }

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