Html Css Color HEX #838090 Topaz

📋 copy color: '#838090'

red 131 ◦ green 128 ◦ blue 144

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

Shades of Topaz #838090

Tints of Topaz #838090

RGB

 RED value IS 131 (51.56% from 255) = 32.51%

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 32.51%
G = 31.76%
B = 35.73%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#838090 (or 0x838090) is known color: Topaz. HEX triplet: 83, 80 and 90. RGB value is (131,128,144). Sum of RGB (Red+Green+Blue) = 131+128+144=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #838090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838090 is #7C7F6F. Grayscale: #828282. Windows color (decimal): -8159088 or 9470083. OLE color: 9470083.

HSL color Cylindrical-coordinate representation of color #838090: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838090 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 128 144 -
CMYK 0.09 0.11 0 0.44
HSL 251.25º 0.07% 0.53% -
HSV(B) 251.25º 0.11% 0.56% -
XYZ 22.11 22.28 29.52 -
YUV 130.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 131 128 144 0.09 0.11 0 0.44 251.25 0.07 0.53
Hex 83 80 90 9 B 0 2C FB 7 35
Octal 203 200 220 11 13 0 54 373 7 65
Binary 10000011 10000000 10010000 1001 1011 0 101100 11111011 111 110101

Color Harmonies of #838090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838090

Black with #838090

Text Example


Text Example

White with #838090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838090; }

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

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

background-color css

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

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

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

border-color css

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

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

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