Html Css Color HEX #929987 Delta

📋 copy color: '#929987'

red 146 ◦ green 153 ◦ blue 135

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

Shades of Delta #929987

Tints of Delta #929987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 33.64%
G = 35.25%
B = 31.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#929987 (or 0x929987) is known color: Delta. HEX triplet: 92, 99 and 87. RGB value is (146,153,135). Sum of RGB (Red+Green+Blue) = 146+153+135=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #929987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929987 is #6D6678. Grayscale: #949494. Windows color (decimal): -7169657 or 8886674. OLE color: 8886674.

HSL color Cylindrical-coordinate representation of color #929987: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929987 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 135 -
CMYK 0.05 0 0.12 0.4
HSL 83.33º 0.08% 0.56% -
HSV(B) 83.33º 0.12% 0.6% -
XYZ 27.62 30.64 27.38 -
YUV 148.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 146 153 135 0.05 0 0.12 0.4 83.33 0.08 0.56
Hex 92 99 87 5 0 C 28 53 8 38
Octal 222 231 207 5 0 14 50 123 10 70
Binary 10010010 10011001 10000111 101 0 1100 101000 1010011 1000 111000

Color Harmonies of #929987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929987

Black with #929987

Text Example


Text Example

White with #929987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929987; }

 p { color: rgb(146,153,135); }

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

background-color css

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

 a { background-color: rgb(146,153,135); }

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

border-color css

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

 span { border-color: rgb(146,153,135); }

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