Html Css Color HEX #929390 Delta

📋 copy color: '#929390'

red 146 ◦ green 147 ◦ blue 144

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

Shades of Delta #929390

Tints of Delta #929390

RGB

 RED value IS 146 (57.42% from 255) = 33.41%

 GREEN value IS 147 (57.81% from 255) = 33.64%

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

R = 33.41%
G = 33.64%
B = 32.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#929390 (or 0x929390) is known color: Delta. HEX triplet: 92, 93 and 90. RGB value is (146,147,144). Sum of RGB (Red+Green+Blue) = 146+147+144=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 147 - color contains mainly: green. Hex color #929390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929390 is #6D6C6F. Grayscale: #929292. Windows color (decimal): -7171184 or 9474962. OLE color: 9474962.

HSL color Cylindrical-coordinate representation of color #929390: hue angle of 80º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #929390 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 147 144 -
CMYK 0.01 0 0.02 0.42
HSL 80º 0.01% 0.57% -
HSV(B) 80º 0.02% 0.58% -
XYZ 27.32 28.99 30.54 -
YUV 146.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 146 147 144 0.01 0 0.02 0.42 80 0.01 0.57
Hex 92 93 90 1 0 2 2A 50 1 39
Octal 222 223 220 1 0 2 52 120 1 71
Binary 10010010 10010011 10010000 1 0 10 101010 1010000 1 111001

Color Harmonies of #929390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929390

Black with #929390

Text Example


Text Example

White with #929390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929390; }

 p { color: rgb(146,147,144); }

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

background-color css

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

 a { background-color: rgb(146,147,144); }

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

border-color css

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

 span { border-color: rgb(146,147,144); }

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