Html Css Color HEX #919290 Delta

📋 copy color: '#919290'

red 145 ◦ green 146 ◦ blue 144

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

Shades of Delta #919290

Tints of Delta #919290

RGB

 RED value IS 145 (57.03% from 255) = 33.33%

 GREEN value IS 146 (57.42% from 255) = 33.56%

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

R = 33.33%
G = 33.56%
B = 33.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#919290 (or 0x919290) is known color: Delta. HEX triplet: 91, 92 and 90. RGB value is (145,146,144). Sum of RGB (Red+Green+Blue) = 145+146+144=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 146 - color contains mainly: green. Hex color #919290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919290 is #6E6D6F. Grayscale: #919191. Windows color (decimal): -7236976 or 9474705. OLE color: 9474705.

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

Color convert

RGB 145 146 144 -
CMYK 0.01 0 0.01 0.43
HSL 90º 0.01% 0.57% -
HSV(B) 90º 0.01% 0.57% -
XYZ 26.99 28.59 30.48 -
YUV 145.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 145 146 144 0.01 0 0.01 0.43 90 0.01 0.57
Hex 91 92 90 1 0 1 2B 5A 1 39
Octal 221 222 220 1 0 1 53 132 1 71
Binary 10010001 10010010 10010000 1 0 1 101011 1011010 1 111001

Color Harmonies of #919290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919290

Black with #919290

Text Example


Text Example

White with #919290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919290; }

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

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

background-color css

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

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

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

border-color css

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

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

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