Html Css Color HEX #867498 Topaz

📋 copy color: '#867498'

red 134 ◦ green 116 ◦ blue 152

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

Shades of Topaz #867498

Tints of Topaz #867498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

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

R = 33.33%
G = 28.86%
B = 37.81%

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

#867498 (or 0x867498) is known color: Topaz. HEX triplet: 86, 74 and 98. RGB value is (134,116,152). Sum of RGB (Red+Green+Blue) = 134+116+152=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #867498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867498 is #798B67. Grayscale: #7D7D7D. Windows color (decimal): -7965544 or 9991302. OLE color: 9991302.

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

Color convert

RGB 134 116 152 -
CMYK 0.12 0.24 0 0.40
HSL 270º 0.15% 0.53% -
HSV(B) 270º 0.24% 0.6% -
XYZ 21.74 19.83 32.39 -
YUV 125.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 134 116 152 0.12 0.24 0 0.40 270 0.15 0.53
Hex 86 74 98 C 18 0 28 10E F 35
Octal 206 164 230 14 30 0 50 416 17 65
Binary 10000110 1110100 10011000 1100 11000 0 101000 100001110 1111 110101

Color Harmonies of #867498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867498

Black with #867498

Text Example


Text Example

White with #867498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867498; }

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

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

background-color css

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

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

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

border-color css

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

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

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