Html Css Color HEX #806B90 Topaz

📋 copy color: '#806B90'

red 128 ◦ green 107 ◦ blue 144

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

Shades of Topaz #806B90

Tints of Topaz #806B90

RGB

 RED value IS 128 (50.39% from 255) = 33.77%

 GREEN value IS 107 (42.19% from 255) = 28.23%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 33.77%
G = 28.23%
B = 37.99%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#806B90 (or 0x806B90) is known color: Topaz. HEX triplet: 80, 6B and 90. RGB value is (128,107,144). Sum of RGB (Red+Green+Blue) = 128+107+144=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #806B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B90 is #7F946F. Grayscale: #757575. Windows color (decimal): -8361072 or 9464704. OLE color: 9464704.

HSL color Cylindrical-coordinate representation of color #806B90: hue angle of 274.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806B90 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 107 144 -
CMYK 0.11 0.26 0 0.44
HSL 274.05º 0.15% 0.49% -
HSV(B) 274.05º 0.26% 0.56% -
XYZ 19.19 17.12 28.68 -
YUV 117.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 128 107 144 0.11 0.26 0 0.44 274.05 0.15 0.49
Hex 80 6B 90 B 1A 0 2C 112 F 31
Octal 200 153 220 13 32 0 54 422 17 61
Binary 10000000 1101011 10010000 1011 11010 0 101100 100010010 1111 110001

Color Harmonies of #806B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B90

Black with #806B90

Text Example


Text Example

White with #806B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806B90; }

 p { color: rgb(128,107,144); }

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

background-color css

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

 a { background-color: rgb(128,107,144); }

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

border-color css

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

 span { border-color: rgb(128,107,144); }

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